Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed May 26, 2019
1 parent d0e6fa5 commit 7287216
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [0.2.1](https://github.com/nuxt-community/svg-sprite-module/compare/v0.2.0...v0.2.1) (2019-05-26)


### Bug Fixes

* support svg 2 href attribute ([f6c1e34](https://github.com/nuxt-community/svg-sprite-module/commit/f6c1e34)), closes [#17](https://github.com/nuxt-community/svg-sprite-module/issues/17)
* use PascalCase for component registration name ([f0bc974](https://github.com/nuxt-community/svg-sprite-module/commit/f0bc974))
* **module:** move module initialize to build:before hook ([4bb045a](https://github.com/nuxt-community/svg-sprite-module/commit/4bb045a)), closes [#24](https://github.com/nuxt-community/svg-sprite-module/issues/24)
* **srcDir:** fixes the icon regeneration bug ([6931525](https://github.com/nuxt-community/svg-sprite-module/commit/6931525))
* **styles:** inline all styles on optimization phase ([569821c](https://github.com/nuxt-community/svg-sprite-module/commit/569821c)), closes [#19](https://github.com/nuxt-community/svg-sprite-module/issues/19)
* **windows-support:** moves the replace function ([80c0e33](https://github.com/nuxt-community/svg-sprite-module/commit/80c0e33))



# [0.2.0](https://github.com/nuxt-community/svg-sprite-module/compare/v0.1.0...v0.2.0) (2019-02-16)


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": "@nuxtjs/svg-sprite",
"version": "0.2.0",
"version": "0.2.1",
"description": "Optimized and Easy way to use svg files in Nuxt.js",
"main": "lib/module.js",
"license": "MIT",
Expand Down

0 comments on commit 7287216

Please sign in to comment.