From ae7634d81e23c171b6d8593f6b987593314d873c Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Tue, 11 Oct 2022 21:18:08 +0800 Subject: [PATCH] Update ChangeLog and bump version for releasing 0.2.10. --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aacd8723..77ef8c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9e9deef6..b0bb2a76 100644 --- a/package.json +++ b/package.json @@ -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",