Skip to content

Commit 98b8ece

Browse files
Update ChangeLog and bump version for releasing 0.1.17. (#104)
1 parent cebd1bf commit 98b8ece

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
## LSIF Typescript
22

3-
### v0.1.16 (2022/04/26 02:07 +00:00)
3+
### v0.1.17 (2022/04/29 15:10 +00:00)
44

5+
- [#103](https://github.com/sourcegraph/lsif-typescript/pull/103) Update Node version used by Docker image (#103) (@varungandhi-src)
6+
- [#101](https://github.com/sourcegraph/lsif-typescript/pull/101) Update README with brief instructions. (#101) (@varungandhi-src)
7+
- [#94](https://github.com/sourcegraph/lsif-typescript/pull/94) feat: Improve hover text for common kinds of symbols (#94) (@varungandhi-src)
8+
- [#97](https://github.com/sourcegraph/lsif-typescript/pull/97) Render documentation and relationships in the snapshot tests (#97) (@olafurpg)
9+
- [#96](https://github.com/sourcegraph/lsif-typescript/pull/96) Fix the Prettier CI check (#96) (@olafurpg)
10+
- [#95](https://github.com/sourcegraph/lsif-typescript/pull/95) Correctly emit definition for enum members. (#95) (@varungandhi-src)
11+
12+
### v0.1.16 (2022/04/26 12:37 +00:00)
13+
14+
- [#91](https://github.com/sourcegraph/lsif-typescript/pull/91) Update ChangeLog and bump version for releasing 0.1.16. (#91) (@varungandhi-src)
515
- [#90](https://github.com/sourcegraph/lsif-typescript/pull/90) Update `--infer-tsconfig` to skip the `allowJs` option when there exist TS files (#90) (@olafurpg)
616
- [#89](https://github.com/sourcegraph/lsif-typescript/pull/89) Update dependency @sourcegraph/eslint-config to v0.27.1 (#89) (@renovate[bot])
717
- [#86](https://github.com/sourcegraph/lsif-typescript/pull/86) Correctly emit definitions for type aliases. (#86) (@varungandhi-src)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/lsif-typescript",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"description": "LSIF indexer for TypeScript and JavaScript",
55
"publisher": "sourcegraph",
66
"bin": "dist/src/main.js",

0 commit comments

Comments
 (0)