diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a4574..f477346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.32](https://github.com/oclif/plugin-test-esbuild/compare/0.5.31...0.5.32) (2024-09-15) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.21 to 4.0.22 ([#160](https://github.com/oclif/plugin-test-esbuild/issues/160)) ([35ffa2e](https://github.com/oclif/plugin-test-esbuild/commit/35ffa2e0927a7dd11e35895f427b6ae5c99b2238)) + + + ## [0.5.31](https://github.com/oclif/plugin-test-esbuild/compare/0.5.30...0.5.31) (2024-09-15) diff --git a/README.md b/README.md index 42a30f6..387cb20 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild $ bundle COMMAND running command... $ bundle (--version) -@oclif/plugin-test-esbuild/0.5.31 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.32 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index d57ef2b..f465c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.31", + "version": "0.5.32", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",