Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Sep 12, 2016
1 parent 508cd7b commit b782f83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.2.1

* Fix regression with prefix defaulting to "undefined"

# v1.2.0

* Moved argument parsing to use yargs-parser
* Added `--inline` option to stop generating XML preamble

# v1.1.0

* Add `-p` flag for prefixing symbols
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": "svgstore-cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "Combine all your SVGs into one using <symbol>",
"main": "./bin/svgstore",
"bin": {
Expand Down

0 comments on commit b782f83

Please sign in to comment.