diff --git a/CHANGELOG.md b/CHANGELOG.md index 701dd41..d3ca3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.26](https://github.com/oclif/plugin-test-esbuild/compare/0.5.25...0.5.26) (2024-08-31) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.4.4 to 5.4.6 ([#153](https://github.com/oclif/plugin-test-esbuild/issues/153)) ([7e52411](https://github.com/oclif/plugin-test-esbuild/commit/7e524116593f067d86d4b0ef723ce0fa0dbe708e)) + + + ## [0.5.25](https://github.com/oclif/plugin-test-esbuild/compare/0.5.24...0.5.25) (2024-08-24) diff --git a/README.md b/README.md index e973cc9..175ccae 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.25 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.26 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index b032c15..4ce79b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.25", + "version": "0.5.26", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",