Skip to content

Commit c8ba874

Browse files
Update ChangeLog and bump version for releasing 0.1.16. (#91)
1 parent 562e465 commit c8ba874

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3-
### v0.1.15 (2022/04/13 19:02 +00:00)
3+
### v0.1.16 (2022/04/26 02:07 +00:00)
4+
- [#90](https://github.com/sourcegraph/lsif-typescript/pull/90) Update `--infer-tsconfig` to skip the `allowJs` option when there exist TS files (#90) (@olafurpg)
5+
- [#89](https://github.com/sourcegraph/lsif-typescript/pull/89) Update dependency @sourcegraph/eslint-config to v0.27.1 (#89) (@renovate[bot])
6+
- [#86](https://github.com/sourcegraph/lsif-typescript/pull/86) Correctly emit definitions for type aliases. (#86) (@varungandhi-src)
7+
- [#84](https://github.com/sourcegraph/lsif-typescript/pull/84) fix: Emit definition for class declarations. (#84) (@varungandhi-src)
8+
- [#83](https://github.com/sourcegraph/lsif-typescript/pull/83) fix: Use allowJS in --infer-tsconfig. (#83) (@varungandhi-src)
9+
10+
### v0.1.15 (2022/04/13 19:10 +00:00)
11+
- [#80](https://github.com/sourcegraph/lsif-typescript/pull/80) Update ChangeLog and bump version for releasing 0.1.15. (#80) (@varungandhi-src)
412
- [#77](https://github.com/sourcegraph/lsif-typescript/pull/77) ci: Fix bot name/email. (#77) (@varungandhi-src)
513
- [#74](https://github.com/sourcegraph/lsif-typescript/pull/74) Add support for accessors. (#74) (@varungandhi-src)
614
- [#73](https://github.com/sourcegraph/lsif-typescript/pull/73) Add docs for working on lsif-typescript. (#73) (@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.15",
3+
"version": "0.1.16",
44
"description": "LSIF indexer for TypeScript and JavaScript",
55
"publisher": "sourcegraph",
66
"bin": "dist/src/main.js",

0 commit comments

Comments
 (0)