diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af61ae..af18135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.5](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.0.4...v1.0.5) (2024-05-30) + +### Features + +- add init func to aws web core ([7a45774](https://github.com/lemoncloud-io/lemon-web-core/commit/7a45774bda76f690c01e665450341513b3212f3b)) + ## [1.0.4](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.0.3...v1.0.4) (2024-05-30) ### Bug Fixes diff --git a/package.json b/package.json index 6063c0e..8e1c674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lemoncloud/lemon-web-core", - "version": "1.0.4", + "version": "1.0.5", "description": "Shared library for LEMONCLOUD", "repository": "lemoncloud-io/lemon-web-core", "exports": "./dist/index.js",