Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.1.1...v8.0.0) (2022-02-02)

### Bug Fixes

* **imports:** remove leftover imports ([6d26dec](6d26dec))
* **options:** adjust scripts and add missing options ([9efd1c9](9efd1c9))

### Features

* **binaries:** export 3 new binaries ([0c389eb](0c389eb))
* **binaries:** provide new binaries ([cd8ddc0](cd8ddc0))

### BREAKING CHANGES

* **binaries:** Instead of providing one binary, svg-to-ts we now provide 3 binaries, one for file,
object and one for constants

143
  • Loading branch information
semantic-release-bot committed Feb 2, 2022
1 parent 6b2a901 commit 7ac5e09
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [8.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v7.1.1...v8.0.0) (2022-02-02)


### Bug Fixes

* **imports:** remove leftover imports ([6d26dec](https://github.com/kreuzerk/svg-to-ts/commit/6d26dec83c9dceba77cf5a2625ed56a449bc7124))
* **options:** adjust scripts and add missing options ([9efd1c9](https://github.com/kreuzerk/svg-to-ts/commit/9efd1c921b40cdf870caee597680bb8ce2069adc))


### Features

* **binaries:** export 3 new binaries ([0c389eb](https://github.com/kreuzerk/svg-to-ts/commit/0c389eb56bce1995162c6166eafa322d05b134d2))
* **binaries:** provide new binaries ([cd8ddc0](https://github.com/kreuzerk/svg-to-ts/commit/cd8ddc08632f0d827e65982b60afe8395d5d49b4))


### BREAKING CHANGES

* **binaries:** Instead of providing one binary, svg-to-ts we now provide 3 binaries, one for file,
object and one for constants

143

## [7.1.1](https://github.com/kreuzerk/svg-to-ts/compare/v7.1.0...v7.1.1) (2022-01-15)


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-to-ts",
"version": "7.1.1",
"version": "8.0.0",
"description": "Build amazing svg icon libraries",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7ac5e09

Please sign in to comment.