diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a17c0f..8e27208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.1](https://github.com/oclif/plugin-test-esbuild/compare/0.5.0...0.5.1) (2024-06-08) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.0 to 4.0.3 ([#87](https://github.com/oclif/plugin-test-esbuild/issues/87)) ([c2ea8eb](https://github.com/oclif/plugin-test-esbuild/commit/c2ea8ebfdcaf61c045ff348ee7cb4d6f16438c90)) + + + # [0.5.0](https://github.com/oclif/plugin-test-esbuild/compare/0.4.23...0.5.0) (2024-06-04) diff --git a/README.md b/README.md index b718655..5be03b2 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.0 linux-x64 node-v18.20.3 +@oclif/plugin-test-esbuild/0.5.1 linux-x64 node-v18.20.3 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 1eb92ad..dc595d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.0", + "version": "0.5.1", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",