From 81f6610c614fc8729ec10d3fc73a622d6d6a89ad Mon Sep 17 00:00:00 2001 From: Hirse Date: Fri, 7 Jul 2017 21:08:40 +0200 Subject: [PATCH] Release 0.4.1 --- CHANGELOG.md | 5 +++++ package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fed92c..00973e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index afbef58..dc94f01 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" },