diff --git a/CHANGELOG.md b/CHANGELOG.md index 047848e..1941d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,27 @@ +## [0.2.1](https://github.com/leoweyr/LSEScaffold/compare/v0.2.0...v0.2.1) (2025-01-27) + + +### Bug Fixes + +* correct entry resolution in manifest.json handling based on package.json ([d597bab](https://github.com/leoweyr/LSEScaffold/commit/d597babf6a6d50e68f9100873f9ef08460c7d678)) +* **scripts:** correct local deployment to prevent npm install override ([ea61ebd](https://github.com/leoweyr/LSEScaffold/commit/ea61ebd52e655a95d34c9080ceb0e82f9cfdaaa1)) + + + # [0.2.0](https://github.com/leoweyr/LSEScaffold/compare/v0.1.0...v0.2.0) (2025-01-25) + ### Features -- **cli:** add support for local deployment of Legacy Script Engine plugins ([ea9ef70](https://github.com/leoweyr/LSEScaffold/commit/ea9ef70701d127b2b114f503102359dbffbea673)) -- enable deployment of plugins to local Levilamina server ([6aeec36](https://github.com/leoweyr/LSEScaffold/commit/6aeec36daa2653f3563c00a06e53880b2293d024)) -- introduce handling for the project-generated plugin package ([e51a169](https://github.com/leoweyr/LSEScaffold/commit/e51a1691c39bf3c8ee515fc2bdc072e89d8ff0de)) +* **cli:** add support for local deployment of Legacy Script Engine plugins ([ea9ef70](https://github.com/leoweyr/LSEScaffold/commit/ea9ef70701d127b2b114f503102359dbffbea673)) +* enable deployment of plugins to local Levilamina server ([6aeec36](https://github.com/leoweyr/LSEScaffold/commit/6aeec36daa2653f3563c00a06e53880b2293d024)) +* introduce handling for the project-generated plugin package ([e51a169](https://github.com/leoweyr/LSEScaffold/commit/e51a1691c39bf3c8ee515fc2bdc072e89d8ff0de)) + + # [0.1.0](https://github.com/leoweyr/LSEScaffold/compare/13da1825083f91d0b7fed1ffc5f56ccc3159695f...v0.1.0) (2025-01-25) + ### Features * add manifest.json handling for Legacy Script Engine plugin package ([57b8ba1](https://github.com/leoweyr/LSEScaffold/commit/57b8ba1c108e89181572e72cf5bc47c4b8af7169))