diff --git a/CHANGELOG.md b/CHANGELOG.md index 964c0e4..e48d696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.16](https://github.com/oclif/plugin-test-esbuild/compare/0.4.15...0.4.16) (2024-05-05) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 3.26.4 to 3.26.5 ([#60](https://github.com/oclif/plugin-test-esbuild/issues/60)) ([0c1dc2a](https://github.com/oclif/plugin-test-esbuild/commit/0c1dc2ad9066085a53a2f05aa158b694239040d8)) + + + ## [0.4.15](https://github.com/oclif/plugin-test-esbuild/compare/0.4.14...0.4.15) (2024-04-27) diff --git a/README.md b/README.md index 88f2892..1efc611 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.15 linux-x64 node-v18.20.2 +@oclif/plugin-test-esbuild/0.4.16 linux-x64 node-v18.20.2 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index beafe1f..c743967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.4.15", + "version": "0.4.16", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",