Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Feb 13, 2019
1 parent 58109e4 commit 469d4ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/nuxt-community/router-module/compare/v1.2.1...v1.3.0) (2019-02-13)


### Bug Fixes

* **module:** add hook `build:before` when disabled `keepDefaultRouter` ([58109e4](https://github.com/nuxt-community/router-module/commit/58109e4))


### Features

* **module:** import router on plugin, inject defaultRouter if enabled ([ec998ad](https://github.com/nuxt-community/router-module/commit/ec998ad))



<a name="1.2.1"></a>
## [1.2.1](https://github.com/nuxt-community/router-module/compare/v1.1.0...v1.2.1) (2019-02-11)

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/router",
"version": "1.2.1",
"version": "1.3.0",
"description": "Nuxt module to use router.js instead of pages/ directory.",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit 469d4ad

Please sign in to comment.