Skip to content

Commit

Permalink
Prepare version 1.5.18 (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau authored May 25, 2021
1 parent e1b31fa commit eef7995
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ 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.17...master)
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.18...master)

## [1.5.18](https://github.com/FredrikNoren/ungit/compare/v1.5.17...v1.5.18)

### Fixes
- simple git flow breaks ungit [#1460](https://github.com/FredrikNoren/ungit/issues/1460)

### Changed
- Bump Dependencies [#1479](https://github.com/FredrikNoren/ungit/pull/1479)

## [1.5.17](https://github.com/FredrikNoren/ungit/compare/v1.5.16...v1.5.17)

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.17",
"version": "1.5.18",
"ungitPluginApiVersion": "0.2.0",
"scripts": {
"start": "node ./bin/ungit",
Expand Down

0 comments on commit eef7995

Please sign in to comment.