Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2024-05-30)

### Bug Fixes

* remove unnecessary request method from WebCoreService interface ([4b2c38c](4b2c38c))

### Features

* setup core, token-storage ([d7b010d](d7b010d))
* update aws web core ([f1e7a89](f1e7a89))
* update setUseXLemonIdentity to be async ([a131a34](a131a34))
  • Loading branch information
semantic-release-bot committed May 30, 2024
1 parent fbfdcac commit d8ef140
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.4](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.0.3...v1.0.4) (2024-05-30)

### Bug Fixes

- remove unnecessary request method from WebCoreService interface ([4b2c38c](https://github.com/lemoncloud-io/lemon-web-core/commit/4b2c38cdb5af8f51c7765c042113b1e638b17f7e))

### Features

- setup core, token-storage ([d7b010d](https://github.com/lemoncloud-io/lemon-web-core/commit/d7b010deea3474405d179525c37d965a6f666d81))
- update aws web core ([f1e7a89](https://github.com/lemoncloud-io/lemon-web-core/commit/f1e7a899d8d184b251bbc641241beb93d40e63ca))
- update setUseXLemonIdentity to be async ([a131a34](https://github.com/lemoncloud-io/lemon-web-core/commit/a131a34dd29cfd72de72a1fc14e77944963ab816))

## [1.0.3](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.0.2...v1.0.3) (2024-05-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lemoncloud/lemon-web-core",
"version": "1.0.3",
"version": "1.0.4",
"description": "Shared library for LEMONCLOUD",
"repository": "lemoncloud-io/lemon-web-core",
"exports": "./dist/index.js",
Expand Down

0 comments on commit d8ef140

Please sign in to comment.