diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac7613e..971dcf3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4.8](https://github.com/nuxt-community/svg-sprite-module/compare/v0.4.7...v0.4.8) (2020-02-06) + + +### Bug Fixes + +* **icons-list:** drop default namespace in icons list ([62d8572](https://github.com/nuxt-community/svg-sprite-module/commit/62d857260af0038593195a463923e2f89db8d821)) + ### [0.4.7](https://github.com/nuxt-community/svg-sprite-module/compare/v0.4.6...v0.4.7) (2019-12-13) diff --git a/package.json b/package.json index a3a3d455..148900e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/svg-sprite", - "version": "0.4.7", + "version": "0.4.8", "description": "Optimized and Easy way to use svg files in Nuxt.js", "main": "lib/module.js", "license": "MIT",