Skip to content

Commit

Permalink
chore(release): 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kisenka committed Dec 25, 2017
1 parent fd629bd commit b69f21f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="3.6.1"></a>
## [3.6.1](https://github.com/kisenka/svg-sprite-loader/compare/v3.6.0...v3.6.1) (2017-12-25)


### Bug Fixes

* **plugin:** don't hide sprite by default ([fd629bd](https://github.com/kisenka/svg-sprite-loader/commit/fd629bd))



<a name="3.6.0"></a>
# [3.6.0](https://github.com/kisenka/svg-sprite-loader/compare/v3.5.4...v3.6.0) (2017-12-22)

Expand Down
2 changes: 1 addition & 1 deletion examples/interop-with-html-webpack-plugin/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>


<svg style="position: absolute; width: 0; height: 0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><symbol viewBox="0 0 1000 1000" id="facebook">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><symbol viewBox="0 0 1000 1000" id="facebook">
<metadata> Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata>
<g><g><g><path d="M990,500c0-270.6-219.4-490-490-490C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490C770.6,990,990,770.6,990,500z M54.5,500C54.5,254,254,54.5,500,54.5C746,54.5,945.5,254,945.5,500c0,246-199.4,445.5-445.5,445.5C254,945.5,54.5,746,54.5,500z" /><path d="M518.8,782.8V500h93.3l14.7-93.7H518.8v-47c0-24.5,8-47.8,43.1-47.8h70.2v-93.5h-99.6c-83.7,0-106.6,55.1-106.6,131.6v56.7h-57.5V500h57.5v282.8H518.8L518.8,782.8z" /></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></g>
</symbol><symbol viewBox="0 0 273.4 222.2" id="twitter">
Expand Down
2 changes: 1 addition & 1 deletion examples/interop-with-html-webpack-plugin/build/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "3.6.0",
"version": "3.6.1",
"description": "Webpack loader for creating SVG sprites",
"keywords": [
"svg",
Expand Down

0 comments on commit b69f21f

Please sign in to comment.