Skip to content

Commit

Permalink
chore(release): 2.1.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
kisenka committed May 7, 2017
1 parent e35545f commit 8a117ff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,22 @@

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="2.1.0-0"></a>
# [2.1.0-0](https://github.com/kisenka/webpack-svg-sprite-loader/compare/v2.0.5...v2.1.0-0) (2017-05-07)


### Bug Fixes

* **utils:** fix default import ([0c34daa](https://github.com/kisenka/webpack-svg-sprite-loader/commit/0c34daa))


### Features

* **interop:** extract-text-webpack-plugin & html-webpack-plugin interop ([a38fdcc](https://github.com/kisenka/webpack-svg-sprite-loader/commit/a38fdcc))
* **interop:** extract-text-webpack-plugin with allChunks: true interoperability ([63d347d](https://github.com/kisenka/webpack-svg-sprite-loader/commit/63d347d))
* **spritehash:** add ability to use `[spritehash]` substitution token in spriteFilename ([f9eba1b](https://github.com/kisenka/webpack-svg-sprite-loader/commit/f9eba1b))



<a name="2.0.5"></a>
## [2.0.5](https://github.com/kisenka/webpack-svg-sprite-loader/compare/v2.0.4...v2.0.5) (2017-05-05)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg-sprite-loader",
"version": "2.0.5",
"version": "2.1.0-0",
"description": "SVG sprite loader for Webpack",
"homepage": "https://github.com/kisenka/webpack-svg-sprite-loader#readme",
"main": "lib/loader.js",
Expand Down

0 comments on commit 8a117ff

Please sign in to comment.