Skip to content

Commit

Permalink
Merge pull request #65 from oslllo/release-v2.0.1
Browse files Browse the repository at this point in the history
chore: release 2.0.1
  • Loading branch information
Ghustavh97 authored Jan 21, 2022
2 parents 3b310aa + 8b62762 commit d0a3c4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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)


### Refactor

- 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)

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.
Expand Down
4 changes: 2 additions & 2 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
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d0a3c4d

Please sign in to comment.