Skip to content

Commit

Permalink
v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Apr 22, 2020
1 parent 8221c8e commit 2b5d9cd
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 109 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
This project tries to adhere to [Semantic Versioning](http://semver.org/).


## 2.2.3 - 2020-04-21
### Changed
- Updated Ungit to 1.5.6


## 2.2.2 - 2020-03-13
### Changed
- Updated Ungit to 1.5.3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Ungit",
"description": "Ungit in Visual Studio Code.",
"icon": "images/logo.png",
"version": "2.2.2",
"version": "2.2.3",
"publisher": "Hirse",
"galleryBanner": {
"color": "#252833",
Expand Down Expand Up @@ -84,7 +84,7 @@
"vscode:prepublish": "tsc"
},
"dependencies": {
"ungit": "1.5.5",
"ungit": "1.5.6",
"vscode-extension-telemetry": "0.1.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2b5d9cd

Please sign in to comment.