diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21d6661..ff534ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.3.2](https://github.com/nuxt-community/router-module/compare/v1.3.1...v1.3.2) (2019-02-15)
+
+
+### Bug Fixes
+
+* **paths:** support for windows ([0314e9c](https://github.com/nuxt-community/router-module/commit/0314e9c))
+
+
+
## [1.3.1](https://github.com/nuxt-community/router-module/compare/v1.3.0...v1.3.1) (2019-02-15)
diff --git a/package.json b/package.json
index beb041b..df65699 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/router",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "Nuxt module to use router.js instead of pages/ directory.",
"license": "MIT",
"contributors": [