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