diff --git a/bower.json b/bower.json index 940e0457..d1f4169d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.7.1", + "version": "1.7.2", "description": "A powerful client-side router.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 4d5a78d6..e11cc4cb 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,15 @@ 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.7.2](https://github.com/aurelia/router/compare/1.7.0...1.7.2) (2019-05-03) + + +### Bug Fixes + +* **router:** await viewModel configureRouter ([aed5f53](https://github.com/aurelia/router/commit/aed5f53)) + + + ## [1.7.1](https://github.com/aurelia/router/compare/1.7.0...1.7.1) (2019-05-03) diff --git a/package-lock.json b/package-lock.json index 804455ae..53ef7605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93b9d447..25e93e9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.7.1", + "version": "1.7.2", "description": "A powerful client-side router.", "keywords": [ "aurelia",