Skip to content

Commit

Permalink
Prepare version 1.5.23 (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Jan 21, 2023
1 parent 9130743 commit 68bfabe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ungit",
"author": "Fredrik Norén <fredrik.jw.noren@gmail.com>",
"description": "Git made easy",
"version": "1.5.22",
"version": "1.5.23",
"ungitPluginApiVersion": "0.2.0",
"scripts": {
"start": "node ./bin/ungit",
Expand Down

0 comments on commit 68bfabe

Please sign in to comment.