Skip to content

Commit

Permalink
Update ChangeLog and bump version for releasing 0.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Jul 28, 2022
1 parent eaad661 commit 1e956b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Change Log

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

- [#165](https://github.com/sourcegraph/scip-typescript/pull/165) Print message when npm/yarn install fails during auto-indexing (#165) (@olafurpg)
- [#154](https://github.com/sourcegraph/scip-typescript/pull/154) workflows: update pr-auditor workflow (#154) (@bobheadxi)
- [#159](https://github.com/sourcegraph/scip-typescript/pull/159) chore(deps): update typescript-eslint monorepo to ^5.30.0 (#159) (@renovate[bot])
- [#158](https://github.com/sourcegraph/scip-typescript/pull/158) chore(deps): update dependency prettier to v2.7.1 (#158) (@renovate[bot])
- [#156](https://github.com/sourcegraph/scip-typescript/pull/156) Document migration from lsif-node (#156) (@olafurpg)
- [#149](https://github.com/sourcegraph/scip-typescript/pull/149) chore(deps): update typescript-eslint monorepo to ^5.27.1 (#149) (@renovate[bot])

### v0.2.7 (2022/06/02 15:05 +00:00)

- [#146](https://github.com/sourcegraph/scip-typescript/pull/146) chore(deps): pin node.js to 0677e43 (#146) (@renovate[bot])
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.7",
"version": "0.2.8",
"description": "SCIP indexer for TypeScript and JavaScript",
"publisher": "sourcegraph",
"bin": "dist/src/main.js",
Expand Down

0 comments on commit 1e956b9

Please sign in to comment.