Skip to content

Commit

Permalink
Update ChangeLog and bump version for releasing 0.2.10. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Oct 11, 2022
1 parent b60dab7 commit 5c08bb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## Change Log

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

- [#178](https://github.com/sourcegraph/scip-typescript/pull/178) Update ChangeLog and bump version for releasing 0.2.9. (#178) (@varungandhi-src)
- [#177](https://github.com/sourcegraph/scip-typescript/pull/177) chore: Bump dependencies. (#177) (@varungandhi-src)
- [#129](https://github.com/sourcegraph/scip-typescript/pull/129) chore(deps): update docker/build-push-action action to v3 (#129) (@renovate[bot])
- [#130](https://github.com/sourcegraph/scip-typescript/pull/130) chore(deps): update docker/login-action action to v2 (#130) (@renovate[bot])
- [#131](https://github.com/sourcegraph/scip-typescript/pull/131) chore(deps): update docker/setup-buildx-action action to v2 (#131) (@renovate[bot])
- [#176](https://github.com/sourcegraph/scip-typescript/pull/176) Update workspaces list max buffer to 5 MB (#176) (@pastelsky)
- [#134](https://github.com/sourcegraph/scip-typescript/pull/134) chore(deps): update dependency @sourcegraph/eslint-config to v0.32.0 (#134) (@renovate[bot])

### v0.2.9 (2022/08/26 06:11 +00:00)

- [#168](https://github.com/sourcegraph/scip-typescript/pull/168) Add support for Yarn v3 (#168) (@olafurpg)

### v0.2.8 (2022/07/28 10:53 +00:00)
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.2.9",
"version": "0.2.10",
"description": "SCIP indexer for TypeScript and JavaScript",
"publisher": "sourcegraph",
"bin": "dist/src/main.js",
Expand Down

0 comments on commit 5c08bb9

Please sign in to comment.