We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e58cc commit 2d39f91Copy full SHA for 2d39f91
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Change Log
2
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
7
### v0.3.0 (2022/10/18 11:24 +00:00)
8
9
- [#184](https://github.com/sourcegraph/scip-typescript/pull/184) Emit occurrences for string literals (#184) (@olafurpg)
package.json
@@ -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",
0 commit comments