From 9ced7530814aac488dc659bfe7be171b9d422028 Mon Sep 17 00:00:00 2001 From: campersau Date: Sat, 19 Mar 2022 07:46:10 +0100 Subject: [PATCH] Prepare version 1.5.20 (#1511) --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 5 ++--- package.json | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b3c60b2..c609610e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index cf845e2a1..25952811c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "ungit", - "version": "1.5.19", + "version": "1.5.20", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "ungit", - "version": "1.5.19", + "version": "1.5.20", "license": "MIT", "dependencies": { "@primer/octicons": "~17.0.0", diff --git a/package.json b/package.json index c73744f1c..7c9eff479 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ungit", "author": "Fredrik Norén ", "description": "Git made easy", - "version": "1.5.19", + "version": "1.5.20", "ungitPluginApiVersion": "0.2.0", "scripts": { "start": "node ./bin/ungit",