Skip to content

Commit 5da72e1

Browse files
committed
Update ChangeLog and bump version for releasing 0.2.4.
1 parent fbc91bb commit 5da72e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Change Log
22

3+
### v0.2.4 (2022/05/25 19:17 +00:00)
4+
5+
- [#136](https://github.com/sourcegraph/scip-typescript/pull/136) Implement "Find implementations" for classes, properties, and methods (#136) (@olafurpg)
6+
- [#137](https://github.com/sourcegraph/scip-typescript/pull/137) Add snapshot tests to stress inheritance (#137) (@olafurpg)
7+
38
### v0.2.0 (2022/05/20 10:05 +00:00)
49

510
- [#135](https://github.com/sourcegraph/scip-typescript/pull/135) Emit index.scip instead of dump.lsif-typed (#135) (@olafurpg)

package.json

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

0 commit comments

Comments
 (0)