Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Farrell committed Aug 26, 2015
1 parent 371ff60 commit 3442c5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ If you're using NPM to manage your dependencies you can include this plugin as a

## Changelog

- **26/08/15:** 2.1.2 – Removed localStorage. It just doesn't work that well when SVG's change etc.
- **31/07/15:** 2.1.1 – Added localStorage support to avoid making fresh HTTP request on every page load. When the contents of the SVG is loaded it is added to localStorage and then on repeat page loads the source is grabbed from localStorage.
- **31/07/15:** 2.0.1 - Major upgrade. Added AMD support and fixed a long standing issue that would result in a warning in Google Chrome as we weren't handling the GET requests asynchronously.
- **18/06/15:** 1.2.0 – Converted to a Node.js module
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inline-svg",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "https://github.com/jonnyhaynes/inline-svg",
"authors": [
"Jonny Haynes <[email protected]>",
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": "inline-svg",
"version": "2.1.1",
"version": "2.1.2",
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
Expand Down

0 comments on commit 3442c5f

Please sign in to comment.