diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index b2939553e..47f2dd4db 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.1](https://github.com/aurelia/cli/compare/1.0.0...1.0.1) (2019-06-11) + + +### Bug Fixes + +* **skeleton:** fix wrong vscode launch.json file name ([4007939](https://github.com/aurelia/cli/commit/4007939)), closes [#1113](https://github.com/aurelia/cli/issues/1113) + + + # [1.0.0](https://github.com/aurelia/cli/compare/1.0.0-beta.15...1.0.0) (2019-05-31) diff --git a/lib/dependencies.json b/lib/dependencies.json index 5e565135a..cd4ba120a 100644 --- a/lib/dependencies.json +++ b/lib/dependencies.json @@ -7,7 +7,7 @@ "aspnet-webpack": "^3.0.0", "aurelia-animator-css": "^1.0.4", "aurelia-bootstrapper": "^2.3.2", - "aurelia-cli": "^1.0.0", + "aurelia-cli": "^1.0.1", "aurelia-loader-nodejs": "^1.0.1", "aurelia-pal-nodejs": "^1.2.0", "aurelia-protractor-plugin": "^1.0.6", diff --git a/package.json b/package.json index 036301f40..b0fbe6cd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",