diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdc0d86..88f76498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 46e258dd..21e283c8 100644 --- a/package.json +++ b/package.json @@ -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",