Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Mar 15, 2020
2 parents 8bde4d8 + 94d77fc commit 7012129
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.4.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.3.2...v3.4.0) (2020-03-15)


### Features

* **precompilation:** add flag to precompile sources ([0f59a83](https://github.com/kreuzerk/svg-to-ts/commit/0f59a83e16af9f5f73e33a068c9f8d0fe8322e97))

## [3.3.2](https://github.com/kreuzerk/svg-to-ts/compare/v3.3.1...v3.3.2) (2020-03-11)


Expand Down
37 changes: 13 additions & 24 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": "svg-to-ts",
"version": "3.3.2",
"version": "3.4.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 7012129

Please sign in to comment.