Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.5.1...v4.0.0) (2020-03-23)

### Features

* **optimizeforlazyloading:** add compile sources flag ([b177737](b177737))

### BREAKING CHANGES

* **optimizeforlazyloading:** Rename preCompile sources to compileSources
  • Loading branch information
semantic-release-bot committed Mar 23, 2020
1 parent 6545a02 commit 17e77ac
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 @@
# [4.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.5.1...v4.0.0) (2020-03-23)


### Features

* **optimizeforlazyloading:** add compile sources flag ([b177737](https://github.com/kreuzerk/svg-to-ts/commit/b17773702e33d67956fb85cdaa3fd3d01ea621dc))


### BREAKING CHANGES

* **optimizeforlazyloading:** Rename preCompile sources to compileSources

## [3.5.1](https://github.com/kreuzerk/svg-to-ts/compare/v3.5.0...v3.5.1) (2020-03-18)


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": "3.5.1",
"version": "4.0.0",
"description": "Command line util that converts SVGs from a directory into a single TypeScript file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 17e77ac

Please sign in to comment.