Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 7, 2017
1 parent 7674523 commit a0ed1d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.0"></a>
# [1.0.0](https://github.com/smooth-code/svgr/compare/v0.5.0...v1.0.0) (2017-11-07)


### Features

* upgrade svgo & prettier ([fd66885](https://github.com/smooth-code/svgr/commit/fd66885))


### BREAKING CHANGES

* SVGO now removes viewBox automatically.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svgr",
"description": "Convert raw SVG into React components.",
"version": "0.5.0",
"version": "1.0.0",
"main": "lib/index.js",
"repository": "[email protected]:smooth-code/svgr.git",
"author": "Greg Bergé <[email protected]>",
Expand Down

0 comments on commit a0ed1d2

Please sign in to comment.