diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0b083..3e36402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.15](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.14...0.2.15) (2024-08-24) + + +### Bug Fixes + +* **deps:** bump micromatch from 4.0.4 to 4.0.8 ([#118](https://github.com/oclif/plugin-test-esbuild-single/issues/118)) ([bc0de94](https://github.com/oclif/plugin-test-esbuild-single/commit/bc0de94b571e3defc6dd46bd2840900bd53701d0)) + + + ## [0.2.14](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.13...0.2.14) (2024-08-17) diff --git a/package.json b/package.json index 64dc2e5..f94acdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.14", + "version": "0.2.15", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",