Skip to content

Commit 7362f38

Browse files
committed
chore(release): 1.7.0
1 parent 5ebb851 commit 7362f38

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [1.7.0](https://github.com/nuxt-community/router-module/compare/v1.6.1...v1.7.0) (2021-12-17)
6+
7+
8+
### Features
9+
10+
* **createRouter:** Add the store parameter to the customCreateRouter function ([#105](https://github.com/nuxt-community/router-module/issues/105)) ([d068f6e](https://github.com/nuxt-community/router-module/commit/d068f6e2991f39cf8dca68dc3a92bc19c1a38c85))
11+
512
### [1.6.1](https://github.com/nuxt-community/router-module/compare/v1.6.0...v1.6.1) (2021-03-15)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/router",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Nuxt.js module to use router.js instead of pages/ directory",
55
"repository": "nuxt-community/router-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)