Skip to content

Commit 4001371

Browse files
chore(release): 0.3.1
1 parent a28e683 commit 4001371

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
### [0.3.1](https://github.com/nuxt-community/redirect-module/compare/v0.3.0...v0.3.1) (2019-08-27)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
<a name="0.3.0"></a>
613
# [0.3.0](https://github.com/nuxt-community/redirect-module/compare/v0.2.1...v0.3.0) (2019-08-26)
714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/redirect-module",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Nuxt module to dynamically redirect initial requests",
55
"keywords": [
66
"nuxtjs",

0 commit comments

Comments
 (0)