diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8967d..1709f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,45 @@ -## [0.1.3](https://github.com/oclif/plugin-test-bundle/compare/0.1.2...0.1.3) (2024-02-15) +## [0.1.4](https://github.com/oclif/plugin-test-esbuild/compare/0.1.3...0.1.4) (2024-02-15) ### Bug Fixes -* update package name ([8402335](https://github.com/oclif/plugin-test-bundle/commit/840233519d1bc95824e401065457e8ddb54c7991)) +* update repository field ([0df9ce3](https://github.com/oclif/plugin-test-esbuild/commit/0df9ce36ca2cf921a9a4c81333290156237a6c34)) -## [0.1.2](https://github.com/oclif/plugin-test-bundle/compare/0.1.1...0.1.2) (2024-02-15) +## [0.1.3](https://github.com/oclif/plugin-test-esbuild/compare/0.1.2...0.1.3) (2024-02-15) ### Bug Fixes -* use dev tags for oclif/core and oclif ([6a745a1](https://github.com/oclif/plugin-test-bundle/commit/6a745a176f767b57b1d17b9064400f561aefa21c)) +* update package name ([8402335](https://github.com/oclif/plugin-test-esbuild/commit/840233519d1bc95824e401065457e8ddb54c7991)) -## [0.1.1](https://github.com/oclif/plugin-test-bundle/compare/0.1.0...0.1.1) (2024-02-15) +## [0.1.2](https://github.com/oclif/plugin-test-esbuild/compare/0.1.1...0.1.2) (2024-02-15) ### Bug Fixes -* update prepare and prepack scripts ([f60836f](https://github.com/oclif/plugin-test-bundle/commit/f60836f07ea0594b965922a953bdac7e0bd47765)) +* use dev tags for oclif/core and oclif ([6a745a1](https://github.com/oclif/plugin-test-esbuild/commit/6a745a176f767b57b1d17b9064400f561aefa21c)) -# [0.1.0](https://github.com/oclif/plugin-test-bundle/compare/18b908292e98e221fbec030a3c5b5937491c498b...0.1.0) (2024-02-15) +## [0.1.1](https://github.com/oclif/plugin-test-esbuild/compare/0.1.0...0.1.1) (2024-02-15) + + +### Bug Fixes + +* update prepare and prepack scripts ([f60836f](https://github.com/oclif/plugin-test-esbuild/commit/f60836f07ea0594b965922a953bdac7e0bd47765)) + + + +# [0.1.0](https://github.com/oclif/plugin-test-esbuild/compare/18b908292e98e221fbec030a3c5b5937491c498b...0.1.0) (2024-02-15) ### Features -* add hooks ([18b9082](https://github.com/oclif/plugin-test-bundle/commit/18b908292e98e221fbec030a3c5b5937491c498b)) +* add hooks ([18b9082](https://github.com/oclif/plugin-test-esbuild/commit/18b908292e98e221fbec030a3c5b5937491c498b)) diff --git a/package.json b/package.json index f6e8f3c..2e774a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.1.3", + "version": "0.1.4", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",