Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.3.7...v1.0.0) (2022-06-18)

### chore

* bumped dependency versions and changed minimum Node version to 12 ([4c25ced](4c25ced))

### BREAKING CHANGES

* Minimum supported Node version is now 12
  • Loading branch information
semantic-release-bot committed Jun 18, 2022
1 parent 4c25ced commit d764ba8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/c1rrus/svg-fill/compare/v0.3.7...v1.0.0) (2022-06-18)


### chore

* bumped dependency versions and changed minimum Node version to 12 ([4c25ced](https://github.com/c1rrus/svg-fill/commit/4c25cedaa4fb7dd0b60f39ad9e34d4292d9eec2f))


### BREAKING CHANGES

* Minimum supported Node version is now 12

## [0.3.7](https://github.com/c1rrus/svg-fill/compare/v0.3.6...v0.3.7) (2022-02-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg-fill",
"version": "0.3.7",
"version": "1.0.0",
"description": "Fills all shapes of an SVG in single colour",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d764ba8

Please sign in to comment.