Skip to content

Commit 5c08bb9

Browse files
Update ChangeLog and bump version for releasing 0.2.10. (#179)
1 parent b60dab7 commit 5c08bb9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
## Change Log
22

3-
### v0.2.9 (2022/10/11 13:12 +00:00)
3+
### v0.2.10 (2022/10/11 13:18 +00:00)
44

5+
- [#178](https://github.com/sourcegraph/scip-typescript/pull/178) Update ChangeLog and bump version for releasing 0.2.9. (#178) (@varungandhi-src)
56
- [#177](https://github.com/sourcegraph/scip-typescript/pull/177) chore: Bump dependencies. (#177) (@varungandhi-src)
67
- [#129](https://github.com/sourcegraph/scip-typescript/pull/129) chore(deps): update docker/build-push-action action to v3 (#129) (@renovate[bot])
78
- [#130](https://github.com/sourcegraph/scip-typescript/pull/130) chore(deps): update docker/login-action action to v2 (#130) (@renovate[bot])
89
- [#131](https://github.com/sourcegraph/scip-typescript/pull/131) chore(deps): update docker/setup-buildx-action action to v2 (#131) (@renovate[bot])
910
- [#176](https://github.com/sourcegraph/scip-typescript/pull/176) Update workspaces list max buffer to 5 MB (#176) (@pastelsky)
1011
- [#134](https://github.com/sourcegraph/scip-typescript/pull/134) chore(deps): update dependency @sourcegraph/eslint-config to v0.32.0 (#134) (@renovate[bot])
12+
13+
### v0.2.9 (2022/08/26 06:11 +00:00)
14+
1115
- [#168](https://github.com/sourcegraph/scip-typescript/pull/168) Add support for Yarn v3 (#168) (@olafurpg)
1216

1317
### v0.2.8 (2022/07/28 10:53 +00:00)

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

0 commit comments

Comments
 (0)