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 (2019-11-21)

### Features

* **converting:** optimize output ([fa6f42e](fa6f42e))
* **prettier:** integrate prettier to format final Typescript ([9284eac](9284eac))
* **setup:** setup library ([6b42a67](6b42a67))
  • Loading branch information
semantic-release-bot committed Nov 21, 2019
1 parent 668ff0b commit 2e50830
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 1.0.0 (2019-11-21)


### Features

* **converting:** optimize output ([fa6f42e](https://github.com/kreuzerk/svg-to-ts/commit/fa6f42ef6ad7d4ee3b72cd5aeb87c768a9298d3b))
* **prettier:** integrate prettier to format final Typescript ([9284eac](https://github.com/kreuzerk/svg-to-ts/commit/9284eac2e3de4d2d4589b98fff4d24beaf9850e7))
* **setup:** setup library ([6b42a67](https://github.com/kreuzerk/svg-to-ts/commit/6b42a6788ef8d0a3c14495d38377bcc9b26545e1))
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": "0.0.0-development",
"version": "1.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 2e50830

Please sign in to comment.