diff --git a/CHANGELOG.md b/CHANGELOG.md index 8350099f0..b26675988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). We are following the [Keep a Changelog](https://keepachangelog.com/) format. -## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.22...master) +## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.23...master) + +## [1.5.23](https://github.com/FredrikNoren/ungit/compare/v1.5.22...v1.5.23) + +### Fixes +- Ungit returns 0 when wrong arguments are used [#1548](https://github.com/FredrikNoren/ungit/issues/1548) +- Server process keeps running when parent gets killed [#1552](https://github.com/FredrikNoren/ungit/issues/1552) + +### Changed +- Bump Dependencies [#1542](https://github.com/FredrikNoren/ungit/pull/1542), [#1545](https://github.com/FredrikNoren/ungit/pull/1545), [#1551](https://github.com/FredrikNoren/ungit/pull/1551) ## [1.5.22](https://github.com/FredrikNoren/ungit/compare/v1.5.21...v1.5.22) diff --git a/package-lock.json b/package-lock.json index f46dfe8fb..110d717c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ungit", - "version": "1.5.22", + "version": "1.5.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ungit", - "version": "1.5.22", + "version": "1.5.23", "license": "MIT", "dependencies": { "@primer/octicons": "~17.10.2", diff --git a/package.json b/package.json index 3fb22a4b4..72eeac594 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ungit", "author": "Fredrik Norén ", "description": "Git made easy", - "version": "1.5.22", + "version": "1.5.23", "ungitPluginApiVersion": "0.2.0", "scripts": { "start": "node ./bin/ungit",