Skip to content

Commit 3d01b30

Browse files
author
Ken Howard
committed
chore(release): 2.0.0
1 parent 946a8dd commit 3d01b30

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

CHANGELOG.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/kenhowardpdx/vscode-gist/compare/v1.2.1...v2.0.0) (2018-12-29)
7+
8+
9+
### Features
10+
11+
* adds ability to open remote gists ([663a386](https://github.com/kenhowardpdx/vscode-gist/commit/663a386))
12+
* adds add file/selection ([9965742](https://github.com/kenhowardpdx/vscode-gist/commit/9965742))
13+
* adds configuration options ([30d1e31](https://github.com/kenhowardpdx/vscode-gist/commit/30d1e31))
14+
* adds create gist ([0265bdf](https://github.com/kenhowardpdx/vscode-gist/commit/0265bdf))
15+
* adds debug flag when debugging ([20a6d61](https://github.com/kenhowardpdx/vscode-gist/commit/20a6d61))
16+
* adds delete file from gist ([9d6afea](https://github.com/kenhowardpdx/vscode-gist/commit/9d6afea))
17+
* adds delete gist ([37447b5](https://github.com/kenhowardpdx/vscode-gist/commit/37447b5))
18+
* adds gists service ([7bec570](https://github.com/kenhowardpdx/vscode-gist/commit/7bec570))
19+
* adds insert text from gist ([7e7c359](https://github.com/kenhowardpdx/vscode-gist/commit/7e7c359))
20+
* adds logger ([4db0d27](https://github.com/kenhowardpdx/vscode-gist/commit/4db0d27))
21+
* adds migrations ([7c9518e](https://github.com/kenhowardpdx/vscode-gist/commit/7c9518e))
22+
* adds notify ([3c9c0d7](https://github.com/kenhowardpdx/vscode-gist/commit/3c9c0d7))
23+
* adds open favorite ([29b9cb3](https://github.com/kenhowardpdx/vscode-gist/commit/29b9cb3))
24+
* adds open in browser ([d3666e8](https://github.com/kenhowardpdx/vscode-gist/commit/d3666e8))
25+
* adds output channel ([22ede07](https://github.com/kenhowardpdx/vscode-gist/commit/22ede07))
26+
* adds profiles ([40a4f86](https://github.com/kenhowardpdx/vscode-gist/commit/40a4f86))
27+
* adds quickpick list for gists ([c60e787](https://github.com/kenhowardpdx/vscode-gist/commit/c60e787))
28+
* adds telemetry ([9b91159](https://github.com/kenhowardpdx/vscode-gist/commit/9b91159))
29+
* adds temporary file sync ([6009e1b](https://github.com/kenhowardpdx/vscode-gist/commit/6009e1b))
30+
* adds updateCodeBlock ([0865240](https://github.com/kenhowardpdx/vscode-gist/commit/0865240))
31+
* store package version for future updates ([6c91211](https://github.com/kenhowardpdx/vscode-gist/commit/6c91211))
32+
33+
34+
135
<a name="1.2.1"></a>
236
## [1.2.1](https://github.com/kenhowardpdx/vscode-gist/compare/v1.1.5...v1.2.1) (2018-06-10)
337

@@ -126,6 +160,3 @@ This release is a precursor for future development enabling adding providers oth
126160

127161
<a name="0.5.2"></a>
128162
## 0.5.2 (2016-10-06)
129-
130-
131-

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-gist",
33
"displayName": "Gists",
44
"description": "Create, open and edit Gists",
5-
"version": "1.2.1",
5+
"version": "2.0.0",
66
"publisher": "kenhowardpdx",
77
"repository": "https://github.com/kenhowardpdx/vscode-gist",
88
"engines": {

0 commit comments

Comments
 (0)