Skip to content

Commit

Permalink
Prepare version 1.5.8 (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Jul 2, 2020
1 parent 13d1add commit 0d7d3d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ 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.7...master)
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.8...master)

## [1.5.8](https://github.com/FredrikNoren/ungit/compare/v1.5.7...v1.5.8)

### Fixed
- Clear git-promise timeout when git command was successful [#1357](https://github.com/FredrikNoren/ungit/pull/1357)
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "1.5.8",
"ungitPluginApiVersion": "0.2.0",
"scripts": {
"start": "node ./bin/ungit",
Expand Down

0 comments on commit 0d7d3d2

Please sign in to comment.