From ea1431eec12d8c4eea325005751861d667e2cf1c Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Fri, 7 May 2021 10:54:40 -0400 Subject: [PATCH] chore(all): prepare release 2.0.3 --- doc/CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index aa2ea9089..9b62fd574 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.3](https://github.com/aurelia/cli/compare/2.0.2...2.0.3) (2021-05-07) + + +### Bug Fixes + +* **cli-bundler:** fix error on latest JS syntax, replaced outdated esprima with meriyah ([1dca043](https://github.com/aurelia/cli/commit/1dca043b82a1b0d4ba57698b7bad34c5f0f41069)) + + + ## [2.0.2](https://github.com/aurelia/cli/compare/2.0.1...2.0.2) (2020-09-18) diff --git a/package.json b/package.json index af65846ce..7040f20f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "2.0.2", + "version": "2.0.3", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",