Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Howard committed Feb 3, 2019
1 parent 1c3c53e commit d7fe42f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/kenhowardpdx/vscode-gist/compare/v2.1.2...v3.0.0) (2019-02-03)


### Bug Fixes

* public and private gist labels match reality ([9b74fea](https://github.com/kenhowardpdx/vscode-gist/commit/9b74fea)), closes [#96](https://github.com/kenhowardpdx/vscode-gist/issues/96)
* **insights:** use proper message key for exceptions ([2af8946](https://github.com/kenhowardpdx/vscode-gist/commit/2af8946)), closes [#90](https://github.com/kenhowardpdx/vscode-gist/issues/90)


### Features

* **create gist:** adds dialog when gist is created ([08c1bdf](https://github.com/kenhowardpdx/vscode-gist/commit/08c1bdf))
* **settings:** adds profileOptions to override profile values ([dc74e38](https://github.com/kenhowardpdx/vscode-gist/commit/dc74e38)), closes [#83](https://github.com/kenhowardpdx/vscode-gist/issues/83)


### BREAKING CHANGES

* **create gist:** uprev required vscode version to 1.30



<a name="2.1.2"></a>
## [2.1.2](https://github.com/kenhowardpdx/vscode-gist/compare/v2.1.1...v2.1.2) (2019-01-12)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-gist",
"displayName": "Gists",
"description": "Create, open and edit Gists",
"version": "2.1.2",
"version": "3.0.0",
"publisher": "kenhowardpdx",
"repository": "https://github.com/kenhowardpdx/vscode-gist",
"engines": {
Expand Down

0 comments on commit d7fe42f

Please sign in to comment.