Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexLichter committed Aug 27, 2019
1 parent a28e683 commit 4001371
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

<a name="0.3.0"></a>
# [0.3.0](https://github.com/nuxt-community/redirect-module/compare/v0.2.1...v0.3.0) (2019-08-26)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4001371

Please sign in to comment.