Skip to content

Commit 2d39f91

Browse files
committed
Update ChangeLog and bump version for releasing 0.3.1.
1 parent e6e58cc commit 2d39f91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change Log
22

3+
### v0.3.1 (2022/10/19 08:41 +00:00)
4+
5+
- [#185](https://github.com/sourcegraph/scip-typescript/pull/185) Emit correct occurrences for destructured objects (#185) (@olafurpg)
6+
37
### v0.3.0 (2022/10/18 11:24 +00:00)
48

59
- [#184](https://github.com/sourcegraph/scip-typescript/pull/184) Emit occurrences for string literals (#184) (@olafurpg)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/scip-typescript",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "SCIP indexer for TypeScript and JavaScript",
55
"publisher": "sourcegraph",
66
"bin": "dist/src/main.js",

0 commit comments

Comments
 (0)