Skip to content

Commit 92b952c

Browse files
committed
Update ChangeLog and bump version for releasing 0.2.11.
1 parent 21f18f1 commit 92b952c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
## Change Log
22

3-
### v0.2.10 (2022/10/11 13:18 +00:00)
3+
### v0.2.11 (2022/10/18 06:55 +00:00)
44

5+
- [#182](https://github.com/sourcegraph/scip-typescript/pull/182) Optimization: cache results between TypeScript projects (#182) (@olafurpg)
6+
- [#181](https://github.com/sourcegraph/scip-typescript/pull/181) fix: Fix --yarn-workspace with Yarn 3. (#181) (@varungandhi-src)
7+
8+
### v0.2.10 (2022/10/11 13:26 +00:00)
9+
10+
- [#179](https://github.com/sourcegraph/scip-typescript/pull/179) Update ChangeLog and bump version for releasing 0.2.10. (#179) (@varungandhi-src)
511
- [#178](https://github.com/sourcegraph/scip-typescript/pull/178) Update ChangeLog and bump version for releasing 0.2.9. (#178) (@varungandhi-src)
612
- [#177](https://github.com/sourcegraph/scip-typescript/pull/177) chore: Bump dependencies. (#177) (@varungandhi-src)
713
- [#129](https://github.com/sourcegraph/scip-typescript/pull/129) chore(deps): update docker/build-push-action action to v3 (#129) (@renovate[bot])

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.2.10",
3+
"version": "0.2.11",
44
"description": "SCIP indexer for TypeScript and JavaScript",
55
"publisher": "sourcegraph",
66
"bin": "dist/src/main.js",

0 commit comments

Comments
 (0)