diff --git a/CHANGELOG.md b/CHANGELOG.md index 8327574..be90282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [3.2.2](https://github.com/kisenka/svg-sprite-loader/compare/v3.2.1...v3.2.2) (2017-08-17) + + +### Bug Fixes + +* **plugin:** webpack-manifest-plugin compatibility ([d88ac31](https://github.com/kisenka/svg-sprite-loader/commit/d88ac31)) + + + ## [3.2.1](https://github.com/kisenka/svg-sprite-loader/compare/v3.2.0...v3.2.1) (2017-08-16) diff --git a/examples/browser-sprite-with-dll-extract-mode/build/dll.svg b/examples/browser-sprite-with-dll-extract-mode/build/dll.svg index f8683e4..8b9b8e6 100644 --- a/examples/browser-sprite-with-dll-extract-mode/build/dll.svg +++ b/examples/browser-sprite-with-dll-extract-mode/build/dll.svg @@ -1,4 +1,4 @@ \ No newline at end of file + \ No newline at end of file diff --git a/package.json b/package.json index f4cd48e..36129d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-sprite-loader", - "version": "3.2.1", + "version": "3.2.2", "description": "Webpack loader for creating SVG sprites", "keywords": [ "svg",