diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cffeea..36dc552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.21](https://github.com/oclif/plugin-legacy/compare/2.0.20...2.0.21) (2025-02-05) + +### Bug Fixes + +- **#575:** parse() is not awaited ([#576](https://github.com/oclif/plugin-legacy/issues/576)) ([c192a9a](https://github.com/oclif/plugin-legacy/commit/c192a9ae92f089b38c9132554b67987a88d2f576)), closes [#575](https://github.com/oclif/plugin-legacy/issues/575) + ## [2.0.20](https://github.com/oclif/plugin-legacy/compare/2.0.19...2.0.20) (2025-02-02) ### Bug Fixes diff --git a/package.json b/package.json index ac6815e..ab79994 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-legacy", "description": "converts older style plugins to be compatible with oclif", - "version": "2.0.20", + "version": "2.0.21", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-legacy/issues", "dependencies": {