Skip to content

Commit ca20b98

Browse files
committed
Update ChangeLog and bump version for releasing 0.2.9.
1 parent 6c09206 commit ca20b98

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,6 +1,10 @@
11
## Change Log
22

3-
### v0.2.8 (2022/07/28 10:34 +00:00)
3+
### v0.2.9 (2022/08/26 06:11 +00:00)
4+
5+
- [#168](https://github.com/sourcegraph/scip-typescript/pull/168) Add support for Yarn v3 (#168) (@olafurpg)
6+
7+
### v0.2.8 (2022/07/28 10:53 +00:00)
48

59
- [#165](https://github.com/sourcegraph/scip-typescript/pull/165) Print message when npm/yarn install fails during auto-indexing (#165) (@olafurpg)
610
- [#154](https://github.com/sourcegraph/scip-typescript/pull/154) workflows: update pr-auditor workflow (#154) (@bobheadxi)

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

0 commit comments

Comments
 (0)