Skip to content

Commit

Permalink
Update ChangeLog and bump version for releasing 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Oct 19, 2022
1 parent e6e58cc commit 2d39f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

### v0.3.1 (2022/10/19 08:41 +00:00)

- [#185](https://github.com/sourcegraph/scip-typescript/pull/185) Emit correct occurrences for destructured objects (#185) (@olafurpg)

### v0.3.0 (2022/10/18 11:24 +00:00)

- [#184](https://github.com/sourcegraph/scip-typescript/pull/184) Emit occurrences for string literals (#184) (@olafurpg)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/scip-typescript",
"version": "0.3.0",
"version": "0.3.1",
"description": "SCIP indexer for TypeScript and JavaScript",
"publisher": "sourcegraph",
"bin": "dist/src/main.js",
Expand Down

0 comments on commit 2d39f91

Please sign in to comment.