Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Feb 11, 2019
1 parent 9625b91 commit 116a286
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log

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


### Bug Fixes

* **deps:** update babel ([38ac59f](https://github.com/nuxt-community/router-module/commit/38ac59f))
* **module:** remove hook ([9625b91](https://github.com/nuxt-community/router-module/commit/9625b91))
* **module:** return on disable `keepDefaultRouter` ([7374c65](https://github.com/nuxt-community/router-module/commit/7374c65))
* **module:** run in build:before hook ([b4b7e2f](https://github.com/nuxt-community/router-module/commit/b4b7e2f))
* **module:** simplify require modules ([6ee58ee](https://github.com/nuxt-community/router-module/commit/6ee58ee))
* **module:** use `consola` instead of `throw` when router file not found ([ed63475](https://github.com/nuxt-community/router-module/commit/ed63475))
* **plugin:** removed, no need ([ea3edfe](https://github.com/nuxt-community/router-module/commit/ea3edfe))
* use a try catch to set defaultRouter ([d11dc18](https://github.com/nuxt-community/router-module/commit/d11dc18))


### Performance Improvements

* **module:** reduce complebility ([1ef401f](https://github.com/nuxt-community/router-module/commit/1ef401f))
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.0",
"version": "1.2.1",
"description": "Nuxt module to use router.js instead of pages/ directory",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit 116a286

Please sign in to comment.