From 1e956b952c33fb7ed74b417371f02691c237ec94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93lafur=20P=C3=A1ll=20Geirsson?= Date: Thu, 28 Jul 2022 12:53:26 +0200 Subject: [PATCH] Update ChangeLog and bump version for releasing 0.2.8. --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c0d8c9..d7e58724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) diff --git a/package.json b/package.json index 3e42a6ff..2b22dea8 100644 --- a/package.json +++ b/package.json @@ -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",