Skip to content

Commit

Permalink
Merge pull request #44 from oslllo/release-v1.2.1
Browse files Browse the repository at this point in the history
chore: release 1.2.1
  • Loading branch information
Ghustavh97 committed May 6, 2021
2 parents 7b4d9cc + 559a7ad commit 14d2a6b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

### [1.2.1](https://www.github.com/oslllo/svg-fixer/compare/v1.2.0...v1.2.1) (2021-05-06)


### Bug Fixes

* drop yargs version to 16 ([7b4d9cc](https://www.github.com/oslllo/svg-fixer/commit/7b4d9ccb563027b24aefe59d394848b8937067b9))
* package breaking when process.env.NODE_ENV env variable is set ([51c6318](https://www.github.com/oslllo/svg-fixer/commit/51c6318340b97d6840ab7d2c499c77aff27b6f10))

## [1.2.0] - 2021/4/1

### Fixed
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": "1.2.0",
"version": "1.2.1",
"description": "Converts SVG Strokes To Fill.",
"bin": "src/cli.js",
"main": "src/index.js",
Expand Down

0 comments on commit 14d2a6b

Please sign in to comment.