Skip to content

Commit

Permalink
Prepare version 1.5.10 (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Aug 28, 2020
1 parent 157dc98 commit 4d175ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ 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.9...master)
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.10...master)

## [1.5.10](https://github.com/FredrikNoren/ungit/compare/v1.5.9...v1.5.10)

### Fixed
- Add copyright to electron executable [#1411](https://github.com/FredrikNoren/ungit/issues/1411)

### Changed
- Generate and extract source maps [#1394](https://github.com/FredrikNoren/ungit/pull/1394)
- Import Bootstrap from npm and upgrade to latest 3.x [#1395](https://github.com/FredrikNoren/ungit/pull/1395)
- Bump Dependencies upgrading from electron 9.x to 10.x [#1392](https://github.com/FredrikNoren/ungit/pull/1392), [#1406](https://github.com/FredrikNoren/ungit/pull/1406)

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

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

0 comments on commit 4d175ee

Please sign in to comment.