From 451232bebbbe6c96562b4b6c42d9bf6c42bddcc6 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Fri, 15 Feb 2019 17:32:22 -0200 Subject: [PATCH] chore(release): 1.3.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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": [