diff --git a/CHANGELOG.md b/CHANGELOG.md index f835576..eee9604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ -# Change Log +# Changelog 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.3.1](https://github.com/nuxt-community/redirect-module/compare/v0.3.0...v0.3.1) (2019-08-27) + + +### Bug Fixes + +* crash on init with inline-style options ([#55](https://github.com/nuxt-community/redirect-module/issues/55)) ([a28e683](https://github.com/nuxt-community/redirect-module/commit/a28e683)) + # [0.3.0](https://github.com/nuxt-community/redirect-module/compare/v0.2.1...v0.3.0) (2019-08-26) diff --git a/package.json b/package.json index ae7e774..d08d7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/redirect-module", - "version": "0.3.0", + "version": "0.3.1", "description": "Nuxt module to dynamically redirect initial requests", "keywords": [ "nuxtjs",