Skip to content

Commit

Permalink
Prepare version 1.5.20 (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau authored Mar 19, 2022
1 parent 4555d59 commit 9ced753
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 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.19...master)
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.20...master)

## [1.5.20](https://github.com/FredrikNoren/ungit/compare/v1.5.19...v1.5.20)

### Fixes
- Fix potential remote code exec [#1510](https://github.com/FredrikNoren/ungit/pull/1510)
- Fix intermittent test failures [#1495](https://github.com/FredrikNoren/ungit/issues/1495)
- lint: small bugs + jsdoc [#1504](https://github.com/FredrikNoren/ungit/pull/1504)

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

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

Expand Down
5 changes: 2 additions & 3 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 <[email protected]>",
"description": "Git made easy",
"version": "1.5.19",
"version": "1.5.20",
"ungitPluginApiVersion": "0.2.0",
"scripts": {
"start": "node ./bin/ungit",
Expand Down

0 comments on commit 9ced753

Please sign in to comment.