Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Jul 7, 2017
1 parent f387136 commit 81f6610
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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/).


## 0.4.1 - 2017-07-07
### Changed
- Updated Ungit to 1.1.22


## 0.4.0 - 2017-05-30
### Changed
- Updated Ungit to `^1.1.19` (see [#6](https://github.com/Hirse/brackets-ungit/issues/6)) and [#9](https://github.com/Hirse/brackets-ungit/issues/9)), thanks to [__@yukoff__](https://github.com/yukoff)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hirse.ungit",
"version": "0.4.0",
"version": "0.4.1",
"title": "Brackets Ungit",
"description": "Run and view Ungit in Brackets. Ungit is a \"Clean and intuitive UI that makes it easy to understand git.\" Requires Git and npm to be installed, works together with Brackets-Git.",
"engines": {
Expand Down Expand Up @@ -28,10 +28,10 @@
}
},
"dependencies": {
"ungit": "1.1.20"
"ungit": "1.1.22"
},
"devDependencies": {
"eslint": "^4.1.0",
"eslint": "4.x.x",
"grunt": "1.x.x",
"grunt-contrib-compress": "1.x.x"
},
Expand Down

0 comments on commit 81f6610

Please sign in to comment.