Skip to content

Commit fbc010a

Browse files
Update ChangeLog and bump version for releasing 0.3.3. (#221)
1 parent 3736a13 commit fbc010a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Change Log
22

3+
### v0.3.3 (2023/01/06 07:13 +00:00)
4+
5+
- [#219](https://github.com/sourcegraph/scip-typescript/pull/219) Add support for `pnpm` (#219) (@valerybugakov)
6+
- [#199](https://github.com/sourcegraph/scip-typescript/pull/199) chore(deps): update dependency @types/react to v17.0.52 (#199) (@renovate[bot])
7+
- [#216](https://github.com/sourcegraph/scip-typescript/pull/216) chore(deps): update dependency @sourcegraph/eslint-config to v0.33.0 (#216) (@renovate[bot])
8+
- [#215](https://github.com/sourcegraph/scip-typescript/pull/215) chore(deps): update dependency prettier to v2.8.1 (#215) (@renovate[bot])
9+
- [#214](https://github.com/sourcegraph/scip-typescript/pull/214) chore(deps): update typescript-eslint monorepo to ^5.45.1 (#214) (@renovate[bot])
10+
- [#211](https://github.com/sourcegraph/scip-typescript/pull/211) chore(deps): update typescript-eslint monorepo to ^5.45.0 (#211) (@renovate[bot])
11+
- [#210](https://github.com/sourcegraph/scip-typescript/pull/210) chore(deps): update dependency prettier to v2.8.0 (#210) (@renovate[bot])
12+
- [#209](https://github.com/sourcegraph/scip-typescript/pull/209) Add support for private identifiers (#209) (@olafurpg)
13+
314
### v0.3.2 (2022/11/16 14:58 +00:00)
415

516
- [#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)

package.json

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

0 commit comments

Comments
 (0)