Skip to content

Commit 0f4175b

Browse files
authored
Release v1.1.0-alpha (#39)
1 parent 570226e commit 0f4175b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2626

2727
- regression: [Reviewers are not added to pull request anymore](https://github.com/ksercs/GitCherry/issues/27)
2828

29+
## [v1.1.0-alpha] (10.05.2021)
30+
31+
### bug fixes
32+
33+
- standalone pull requests creating is fixed ([issue](https://github.com/ksercs/GitCherry/issues/35))
34+
- added `NotStagedChangesFound` error showing when extension tries to check out branch with not staged changes
35+
2936
## [NEXT RELEASE]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitcherry",
33
"displayName": "GitCherry",
44
"description": "One-click cherry-picking and pull request creating right in Visual Studio Code",
5-
"version": "1.0.1",
5+
"version": "1.1.0",
66
"publisher": "ksercs",
77
"icon": "resources/icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)