Skip to content

Update ChangeLog and bump version for releasing 0.3.3. #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Change Log

### v0.3.3 (2023/01/06 07:13 +00:00)

- [#219](https://github.com/sourcegraph/scip-typescript/pull/219) Add support for `pnpm` (#219) (@valerybugakov)
- [#199](https://github.com/sourcegraph/scip-typescript/pull/199) chore(deps): update dependency @types/react to v17.0.52 (#199) (@renovate[bot])
- [#216](https://github.com/sourcegraph/scip-typescript/pull/216) chore(deps): update dependency @sourcegraph/eslint-config to v0.33.0 (#216) (@renovate[bot])
- [#215](https://github.com/sourcegraph/scip-typescript/pull/215) chore(deps): update dependency prettier to v2.8.1 (#215) (@renovate[bot])
- [#214](https://github.com/sourcegraph/scip-typescript/pull/214) chore(deps): update typescript-eslint monorepo to ^5.45.1 (#214) (@renovate[bot])
- [#211](https://github.com/sourcegraph/scip-typescript/pull/211) chore(deps): update typescript-eslint monorepo to ^5.45.0 (#211) (@renovate[bot])
- [#210](https://github.com/sourcegraph/scip-typescript/pull/210) chore(deps): update dependency prettier to v2.8.0 (#210) (@renovate[bot])
- [#209](https://github.com/sourcegraph/scip-typescript/pull/209) Add support for private identifiers (#209) (@olafurpg)

### v0.3.2 (2022/11/16 14:58 +00:00)

- [#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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/scip-typescript",
"version": "0.3.2",
"version": "0.3.3",
"description": "SCIP indexer for TypeScript and JavaScript",
"publisher": "sourcegraph",
"bin": "dist/src/main.js",
Expand Down