Skip to content

Commit fe49c11

Browse files
committed
Update ChangeLog and bump version for releasing 0.3.2.
1 parent fcce15e commit fe49c11

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
### v0.3.2 (2022/11/16 14:58 +00:00)
4+
5+
- [#206](https://github.com/sourcegraph/scip-typescript/pull/206) Fix bug where an interface definition had a conflicting symbol with a const in the same file (#206) (@olafurpg)
6+
- [#204](https://github.com/sourcegraph/scip-typescript/pull/204) chore(deps): update typescript-eslint monorepo to ^5.42.1 (#204) (@renovate[bot])
7+
- [#201](https://github.com/sourcegraph/scip-typescript/pull/201) chore(deps): update typescript-eslint monorepo to ^5.42.0 (#201) (@renovate[bot])
8+
- [#197](https://github.com/sourcegraph/scip-typescript/pull/197) codeintel: add ignore-engines based on yarn version (#197) (@Strum355)
9+
- [#196](https://github.com/sourcegraph/scip-typescript/pull/196) Extract `isDefinition` helper (#196) (@valerybugakov)
10+
- [#195](https://github.com/sourcegraph/scip-typescript/pull/195) Generate correct `scipSymbol` for namespace imports (#195) (@valerybugakov)
11+
- [#194](https://github.com/sourcegraph/scip-typescript/pull/194) Don't emit duplicate occurrences (#194) (@olafurpg)
12+
- [#193](https://github.com/sourcegraph/scip-typescript/pull/193) chore: Fix .gitignore to ignore .scip test outputs. (#193) (@varungandhi-src)
13+
- [#191](https://github.com/sourcegraph/scip-typescript/pull/191) Remove remnants from "LSIF Typed" (#191) (@olafurpg)
14+
315
### v0.3.1 (2022/10/19 08:41 +00:00)
416

517
- [#185](https://github.com/sourcegraph/scip-typescript/pull/185) Emit correct occurrences for destructured objects (#185) (@olafurpg)

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.3.1",
3+
"version": "0.3.2",
44
"description": "SCIP indexer for TypeScript and JavaScript",
55
"publisher": "sourcegraph",
66
"bin": "dist/src/main.js",

0 commit comments

Comments
 (0)