Skip to content

Commit ab06be3

Browse files
committed
chore(release): 0.5.1
1 parent e5fc54a commit ab06be3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
<a name="0.5.1"></a>
6+
## [0.5.1](https://github.com/KnisterPeter/vscode-jira/compare/v0.5.0...v0.5.1) (2017-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* add url and credentials hint ([5657d82](https://github.com/KnisterPeter/vscode-jira/commit/5657d82))
12+
* declare to require project key ([cef8d9a](https://github.com/KnisterPeter/vscode-jira/commit/cef8d9a)), closes [#18](https://github.com/KnisterPeter/vscode-jira/issues/18)
13+
* set priority for status bar item ([173c9ed](https://github.com/KnisterPeter/vscode-jira/commit/173c9ed)), closes [#16](https://github.com/KnisterPeter/vscode-jira/issues/16)
14+
15+
16+
517
<a name="0.5.0"></a>
618
# [0.5.0](https://github.com/KnisterPeter/vscode-jira/compare/v0.4.0...v0.5.0) (2017-10-14)
719

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
@@ -7,7 +7,7 @@
77
"color": "#FFFFFF",
88
"theme": "light"
99
},
10-
"version": "0.5.0",
10+
"version": "0.5.1",
1111
"publisher": "KnisterPeter",
1212
"engines": {
1313
"vscode": "^1.16.0"

0 commit comments

Comments
 (0)