diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea7d2f6..80b60a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## SVGJar Change Log +### v0.9.1 +- [[FEATURE]](https://github.com/ivanvotti/ember-svg-jar/pull/13) Helper supports `size` attribute `{{svg-jar "asset-name" size=2}}` +- [ENHANCEMENT] The viewer now shows asset base size as `24x20px` in details +- [ENHANCEMENT] The viewer allows to copy optimized asset code to clipboard +- [CLEANUP] Add node tests to cover all broccoli stuff & improve code + +[Full changelog](https://github.com/ivanvotti/ember-svg-jar/compare/v0.9.0...v0.9.1) + ### v0.9.0 - [FEATURE] The viewer allows downloading selected assets - [FEATURE] The viewer allows copying selected assets' code to the clipboard diff --git a/README.md b/README.md index 0cd489d6..6ad3bb8e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The best way to bring SVG goodness to your Ember application -![](https://s3-us-west-2.amazonaws.com/ivanvotti-uploads/svg-jar-0.9.0.png) +![](https://s3-us-west-2.amazonaws.com/ivanvotti-uploads/SVGJar+0.9.1.png) ### What’s in the Box? - “install it and forget it” mode (no configuration needed) diff --git a/package.json b/package.json index 7d991db2..cdea0c33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-svg-jar", - "version": "0.9.0", + "version": "0.9.1", "description": "Comprehensive SVG support for Ember applications", "directories": { "doc": "doc",