Skip to content

Commit 1dc6179

Browse files
chore(all): prepare release 1.0.1
1 parent 52fabbe commit 1dc6179

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

doc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.1](https://github.com/aurelia/cli/compare/1.0.0...1.0.1) (2019-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
110
# [1.0.0](https://github.com/aurelia/cli/compare/1.0.0-beta.15...1.0.0) (2019-05-31)
211

312

lib/dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"aspnet-webpack": "^3.0.0",
88
"aurelia-animator-css": "^1.0.4",
99
"aurelia-bootstrapper": "^2.3.2",
10-
"aurelia-cli": "^1.0.0",
10+
"aurelia-cli": "^1.0.1",
1111
"aurelia-loader-nodejs": "^1.0.1",
1212
"aurelia-pal-nodejs": "^1.2.0",
1313
"aurelia-protractor-plugin": "^1.0.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The command line tooling for Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)