diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md new file mode 100644 index 000000000..b18ce59ab --- /dev/null +++ b/doc/CHANGELOG.md @@ -0,0 +1,11 @@ +## 0.13.10 + +* fix(run): manually log ports to avoid browser sync color issues +* feat(new-application): better prompts and default values +* fix(ui): enable typing option labels +* fix(cli-options): enable handling of single dash mistakes as fallback +* fix(resources): ensure empty lines at ends of files +* feat(pug): begin the implementation of pug markup support (not yet available) +* feat(new): enable --here to pick up name from folder +* feat(new): make here projects always custom and start with platform selection +* fix(bundles-source): ensure module ids on all bundled items diff --git a/package.json b/package.json index 9a0714d2b..d23635e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "0.13.9", + "version": "0.13.10", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",