diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ff1bc..3e2883d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.1](https://github.com/oclif/plugin-test-esbuild/compare/0.2.0...0.2.1) (2024-02-16) + + +### Bug Fixes + +* reorder args ([38f30d2](https://github.com/oclif/plugin-test-esbuild/commit/38f30d279b8be2387964e2916cc1b243855f40cf)) + + + # [0.2.0](https://github.com/oclif/plugin-test-esbuild/compare/0.1.7...0.2.0) (2024-02-16) diff --git a/package.json b/package.json index c2ba118..5be219c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.2.0", + "version": "0.2.1", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",