diff --git a/CHANGELOG.md b/CHANGELOG.md index 8462c30..008d3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 0.1.0 (2024-02-15) +## [0.1.1](https://github.com/oclif/plugin-test-bundle/compare/0.1.0...0.1.1) (2024-02-15) + + +### Bug Fixes + +* update prepare and prepack scripts ([f60836f](https://github.com/oclif/plugin-test-bundle/commit/f60836f07ea0594b965922a953bdac7e0bd47765)) + + + +# [0.1.0](https://github.com/oclif/plugin-test-bundle/compare/18b908292e98e221fbec030a3c5b5937491c498b...0.1.0) (2024-02-15) ### Features diff --git a/package.json b/package.json index 73a7fb9..dea1e0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-bundle", - "version": "0.1.0", + "version": "0.1.1", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-bundle/issues",