diff --git a/CHANGELOG.md b/CHANGELOG.md index e48d696..d5fc193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.17](https://github.com/oclif/plugin-test-esbuild/compare/0.4.16...0.4.17) (2024-05-11) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 3.26.5 to 3.26.6 ([#69](https://github.com/oclif/plugin-test-esbuild/issues/69)) ([0409f27](https://github.com/oclif/plugin-test-esbuild/commit/0409f274ac23e5933ccfec3a357ab2373c5fb08a)) + + + ## [0.4.16](https://github.com/oclif/plugin-test-esbuild/compare/0.4.15...0.4.16) (2024-05-05) diff --git a/README.md b/README.md index 1efc611..ab909e5 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.4.16 linux-x64 node-v18.20.2 +@oclif/plugin-test-esbuild/0.4.17 linux-x64 node-v18.20.2 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 1b836c6..4033fea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.4.16", + "version": "0.4.17", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",