Skip to content

Commit 1e956b9

Browse files
committedJul 28, 2022
Update ChangeLog and bump version for releasing 0.2.8.
1 parent eaad661 commit 1e956b9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Change Log
22

3+
### v0.2.8 (2022/07/28 10:34 +00:00)
4+
5+
- [#165](https://github.com/sourcegraph/scip-typescript/pull/165) Print message when npm/yarn install fails during auto-indexing (#165) (@olafurpg)
6+
- [#154](https://github.com/sourcegraph/scip-typescript/pull/154) workflows: update pr-auditor workflow (#154) (@bobheadxi)
7+
- [#159](https://github.com/sourcegraph/scip-typescript/pull/159) chore(deps): update typescript-eslint monorepo to ^5.30.0 (#159) (@renovate[bot])
8+
- [#158](https://github.com/sourcegraph/scip-typescript/pull/158) chore(deps): update dependency prettier to v2.7.1 (#158) (@renovate[bot])
9+
- [#156](https://github.com/sourcegraph/scip-typescript/pull/156) Document migration from lsif-node (#156) (@olafurpg)
10+
- [#149](https://github.com/sourcegraph/scip-typescript/pull/149) chore(deps): update typescript-eslint monorepo to ^5.27.1 (#149) (@renovate[bot])
11+
312
### v0.2.7 (2022/06/02 15:05 +00:00)
413

514
- [#146](https://github.com/sourcegraph/scip-typescript/pull/146) chore(deps): pin node.js to 0677e43 (#146) (@renovate[bot])

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/scip-typescript",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "SCIP indexer for TypeScript and JavaScript",
55
"publisher": "sourcegraph",
66
"bin": "dist/src/main.js",

0 commit comments

Comments
 (0)