From 50f5d710cbb92a7d726e22011174064a02b1750b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 16:17:44 +0000 Subject: [PATCH 1/2] chore: release 2.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) mode change 100755 => 100644 CHANGELOG.md mode change 100755 => 100644 package.json diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 index dbfee72..6eadf36 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [2.0.1](https://www.github.com/oslllo/svg-fixer/compare/v2.0.0...v2.0.1) (2022-01-21) + + +### Bug Fixes + +* **changelog:** correct v2.0.0 notes ([65f22f0](https://www.github.com/oslllo/svg-fixer/commit/65f22f0d44fbc097a4c0fc3e5a792c5559c5a071)) + ## [2.0.0](https://www.github.com/oslllo/svg-fixer/compare/v1.4.1...v2.0.0) (2022-01-12) This version did not break the api so upgrading from `< v0.3.1` without any changes should be fine. The reason for the major version change is just in case something did break. diff --git a/package-lock.json b/package-lock.json index f579155..c978478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oslllo-svg-fixer", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oslllo-svg-fixer", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 3a35c45..733a844 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-svg-fixer", - "version": "2.0.0", + "version": "2.0.1", "description": "Converts SVG Strokes To Fill.", "bin": "src/cli.js", "main": "src/index.js", From 8b627620016fec40879935778ea5d71cd3615f53 Mon Sep 17 00:00:00 2001 From: Ghustavh Date: Fri, 21 Jan 2022 18:23:36 +0200 Subject: [PATCH 2/2] fix(changelog): fix v2.0.1 notes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eadf36..54e11c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### [2.0.1](https://www.github.com/oslllo/svg-fixer/compare/v2.0.0...v2.0.1) (2022-01-21) -### Bug Fixes +### Refactor -* **changelog:** correct v2.0.0 notes ([65f22f0](https://www.github.com/oslllo/svg-fixer/commit/65f22f0d44fbc097a4c0fc3e5a792c5559c5a071)) +- improve perfomance ([3b310aa](https://github.com/oslllo/svg-fixer/commit/3b310aaf3bf39f47b0bb56a722f03d40ad6a1b31)) ## [2.0.0](https://www.github.com/oslllo/svg-fixer/compare/v1.4.1...v2.0.0) (2022-01-12)