diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e13ddd..7356428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [3.0.0](https://github.com/oslllo/svg-fixer/compare/v2.2.0...v3.0.0) (2023-09-16) + +### Features + +* Made the tool 11x faster thanks to @ericfennis, see [#89](https://github.com/oslllo/svg-fixer/pull/89) + +### Bug Fixes + +* update release actions ([a1a66fe](https://github.com/oslllo/svg-fixer/commit/a1a66fe13539eb5e76c9cb6ac574e35da421636d)) + ## [2.2.0](https://www.github.com/oslllo/svg-fixer/compare/v2.1.2...v2.2.0) (2022-10-19) diff --git a/package-lock.json b/package-lock.json index b91fd5e..9290fc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oslllo-svg-fixer", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oslllo-svg-fixer", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 9a2dfb3..36c9ef3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-svg-fixer", - "version": "2.2.0", + "version": "3.0.0", "description": "Converts SVG Strokes To Fill.", "bin": "src/cli.js", "main": "src/index.js",