From 101ffa48ded5258fad2bc774682171abad15397b Mon Sep 17 00:00:00 2001 From: Ahad Birang Date: Thu, 26 Sep 2019 22:30:49 +0330 Subject: [PATCH] chore(release): 0.4.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28285d08..5a1023e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.1](https://github.com/nuxt-community/svg-sprite-module/compare/v0.4.0...v0.4.1) (2019-09-26) + + +### Bug Fixes + +* Do not register hooks on start-mode ([03ec139](https://github.com/nuxt-community/svg-sprite-module/commit/03ec139)) + +### Features + +* Introduce svgConfig option ([8016593](https://github.com/nuxt-community/svg-sprite-module/commit/8016593)) + ## [0.4.0](https://github.com/nuxt-community/svg-sprite-module/compare/v0.3.1...v0.4.0) (2019-09-04) diff --git a/package.json b/package.json index 002b4c4c..225e4eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/svg-sprite", - "version": "0.4.0", + "version": "0.4.1", "description": "Optimized and Easy way to use svg files in Nuxt.js", "main": "lib/module.js", "license": "MIT",