Skip to content

Commit

Permalink
Merge pull request #50 from oslllo/release-v1.3.1
Browse files Browse the repository at this point in the history
chore: release 1.3.1
  • Loading branch information
Ghustavh97 committed May 27, 2021
2 parents 9548949 + 9334cfb commit f4cde88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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).

### [1.3.1](https://www.github.com/oslllo/svg-fixer/compare/v1.3.0...v1.3.1) (2021-05-27)


### Bug Fixes

* output svg being smaller than viewBox ([#48](https://www.github.com/oslllo/svg-fixer/issues/48)) ([f658614](https://www.github.com/oslllo/svg-fixer/commit/f65861448802b9b7c6cd6c889207b5f1a7c66592))

## [1.3.0](https://www.github.com/oslllo/svg-fixer/compare/v1.2.1...v1.3.0) (2021-05-15)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oslllo-svg-fixer",
"version": "1.3.0",
"version": "1.3.1",
"description": "Converts SVG Strokes To Fill.",
"bin": "src/cli.js",
"main": "src/index.js",
Expand Down

0 comments on commit f4cde88

Please sign in to comment.