Skip to content

Commit 82091bb

Browse files
committed
3.0.1
1 parent 6736c0d commit 82091bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.1](https://github.com/aurelia/cli/compare/3.0.0...3.0.1) (2022-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* remove engines requirement to allow to use in older nodejs with yarn ([0cc316e](https://github.com/aurelia/cli/commit/0cc316e080d863c9a35f303cc9e52447baabc0b7))
7+
8+
9+
110
# [3.0.0](https://github.com/aurelia/cli/compare/2.0.3...3.0.0) (2022-06-06)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "The command line tooling for Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)