Skip to content

Commit

Permalink
bump version to 0.2.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Oct 12, 2018
1 parent 78faf41 commit 197c1d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -42,4 +42,12 @@
- Fix [#319](https://github.com/Microsoft/vscode-pull-request-github/issues#319), improve keyboard focus.
- Fix [#352](https://github.com/Microsoft/vscode-pull-request-github/issues/352) by [@Ikuyadeu](https://github.com/Ikuyadeu), support merging pull request
- Fix [#464](https://github.com/Microsoft/vscode-pull-request-github/issues/464) by [@wyze](https://github.com/wyze), show labels on PR description
- Fix [#562](https://github.com/Microsoft/vscode-pull-request-github/issues/562) by [@emtei](https://github.com/emtei), prevent PR creation date collision with subtitle
- Fix [#562](https://github.com/Microsoft/vscode-pull-request-github/issues/562) by [@emtei](https://github.com/emtei), prevent PR creation date collision with subtitle

0.2.1

**Noteworthy**
Telemetry opt-out setting is now named under namespace `github` to help differentiate itself from VSCode or other extension's telemetry opt setting. Now it's named as `githubPullRequests.telemetry.enabled`, we still support `telemetry.optout` but it will be deprecated in the future.

**Fixes**
- Fix [#497](https://github.com/Microsoft/vscode-pull-request-github/issues/497) by [@wyze](https://github.com/wyze), Telemetry setting isn't namespaced.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
},
"enableProposedApi": true,
"preview": true,
"version": "0.2.0",
"version": "0.2.1",
"publisher": "GitHub",
"engines": {
"vscode": "^1.28.0"
Expand Down

0 comments on commit 197c1d6

Please sign in to comment.