From 2269447d39e3baf22d71796a35aece2d8a408021 Mon Sep 17 00:00:00 2001 From: bigopon Date: Mon, 6 Jun 2022 12:20:05 +1000 Subject: [PATCH] chore(release): prepare release 3.0.0 --- .gitignore | 1 + doc/CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a7f6e47c4..5d9c4dfe2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ dist /coverage /package-lock.json /yarn.lock +.npmrc diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 9b62fd574..95fab8148 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,30 @@ +# [3.0.0](https://github.com/aurelia/cli/compare/2.0.3...3.0.0) (2022-06-06) + + +### Bug Fixes + +* **generate:** au generate should only create folder when needed ([238f68b](https://github.com/aurelia/cli/commit/238f68be2f8ac1bff7d63223371d3f79f77096dc)), closes [#475](https://github.com/aurelia/cli/issues/475) +* hashed bundle file name rewrite should touch all instances ([47d0b0f](https://github.com/aurelia/cli/commit/47d0b0f876fe6ed34811e91aa42150d75937d28c)), closes [#456](https://github.com/aurelia/cli/issues/456) + + +### chore + +* only support nodejs v14+ ([abd6151](https://github.com/aurelia/cli/commit/abd615114a1d957bdc6e8f96b01212419bcf88fa)) +* upgrade deps ([319188c](https://github.com/aurelia/cli/commit/319188c26f768db8f39f6d08e376c16c47147ed9)) + + +### Reverts + +* Revert "chore: upgrade mock-fs" ([7506c88](https://github.com/aurelia/cli/commit/7506c882592970d5b9bdd4d0d3bf05b53bda2bbc)) + + +### BREAKING CHANGES + +* drop support of nodejs v12 and below +* drop support of Nodejs before v12 + + + ## [2.0.3](https://github.com/aurelia/cli/compare/2.0.2...2.0.3) (2021-05-07) diff --git a/package.json b/package.json index aac7ca10c..b83a12694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "2.0.3", + "version": "3.0.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",