Skip to content

Commit

Permalink
Release v1.1.1-alpha (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksercs authored May 10, 2021
1 parent 5db64d1 commit 0ec729c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- standalone pull requests creating is fixed ([issue](https://github.com/ksercs/GitCherry/issues/35))
- added `NotStagedChangesFound` error showing when extension tries to check out branch with not staged changes

## [v1.1.1-alpha] (10.05.2021)

### bug fixes

- extension name conflict is resolved. All commands and view are added to the unique namespace

## [NEXT RELEASE]
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": "gitcherry",
"displayName": "GitCherry",
"description": "One-click cherry-picking and pull request creating right in Visual Studio Code",
"version": "1.1.0",
"version": "1.1.1",
"publisher": "ksercs",
"icon": "resources/icon.png",
"galleryBanner": {
Expand Down

0 comments on commit 0ec729c

Please sign in to comment.