From 417be2026fc09ffce3f9037adca7f5c0d0dc9243 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:32:56 +0000 Subject: [PATCH] chore: release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) mode change 100755 => 100644 package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 5061ba2..540468f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.0](https://www.github.com/oslllo/svg-fixer/compare/v1.4.1...v2.0.0) (2022-01-12) + + +### Bug Fixes + +* **security:** audit fix ([6047ad8](https://www.github.com/oslllo/svg-fixer/commit/6047ad88645d9f4cb251ca9bac04f278c902aa85)) + + +### Miscellaneous Chores + +* release 2.0.0 ([7abe789](https://www.github.com/oslllo/svg-fixer/commit/7abe789afc9ba6ff04c4f32a284561cf497f0c48)) + ### [1.4.1](https://www.github.com/oslllo/svg-fixer/compare/v1.4.0...v1.4.1) (2021-09-05) diff --git a/package-lock.json b/package-lock.json index 57b9862..304d3da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oslllo-svg-fixer", - "version": "1.4.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oslllo-svg-fixer", - "version": "1.4.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 17f6a4e..02cf952 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-svg-fixer", - "version": "1.4.1", + "version": "2.0.0", "description": "Converts SVG Strokes To Fill.", "bin": "src/cli.js", "main": "src/index.js",