diff --git a/CHANGELOG.md b/CHANGELOG.md index 4389160..932dc2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [1.6.0](https://github.com/nuxt-community/router-module/compare/v1.5.1...v1.6.0) (2021-03-12) + + +### Features + +* option parse pages ([#95](https://github.com/nuxt-community/router-module/issues/95)) ([4ebf7e6](https://github.com/nuxt-community/router-module/commit/4ebf7e6c4645bb58fcc471dc45bb8066720e4fb1)) +* typescript rewrite ([#94](https://github.com/nuxt-community/router-module/issues/94)) ([0c6a034](https://github.com/nuxt-community/router-module/commit/0c6a034c3508a056bb94ffafee0352c3985a8be2)) + ### [1.5.1](https://github.com/nuxt-community/router-module/compare/v1.5.0...v1.5.1) (2021-02-18) diff --git a/package.json b/package.json index 8a664e0..6652c96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/router", - "version": "1.5.1", + "version": "1.6.0", "description": "Nuxt.js module to use router.js instead of pages/ directory", "repository": "nuxt-community/router-module", "license": "MIT",