Skip to content

Commit 68bfabe

Browse files
authored
Prepare version 1.5.23 (#1554)
1 parent 9130743 commit 68bfabe

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44
We are following the [Keep a Changelog](https://keepachangelog.com/) format.
55

6-
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.22...master)
6+
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.23...master)
7+
8+
## [1.5.23](https://github.com/FredrikNoren/ungit/compare/v1.5.22...v1.5.23)
9+
10+
### Fixes
11+
- Ungit returns 0 when wrong arguments are used [#1548](https://github.com/FredrikNoren/ungit/issues/1548)
12+
- Server process keeps running when parent gets killed [#1552](https://github.com/FredrikNoren/ungit/issues/1552)
13+
14+
### Changed
15+
- 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)
716

817
## [1.5.22](https://github.com/FredrikNoren/ungit/compare/v1.5.21...v1.5.22)
918

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ungit",
33
"author": "Fredrik Norén <fredrik.jw.noren@gmail.com>",
44
"description": "Git made easy",
5-
"version": "1.5.22",
5+
"version": "1.5.23",
66
"ungitPluginApiVersion": "0.2.0",
77
"scripts": {
88
"start": "node ./bin/ungit",

0 commit comments

Comments
 (0)