diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3ca5b..c0b0694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.12](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.11...v1.0.12) (2022-04-02) + + +### Bug Fixes + +* **logout problem:** fix the logout fail problem and remove the cache of SDK ([a662f07](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/a662f0735ac45331c7da0151bbf4537fe2921145)) +* **scope name:** fix the error scope name ([633f860](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/633f86043b7c4c843c26af252f5939367fd4642b)) + ### [1.0.11](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.10...v1.0.11) (2022-03-22) diff --git a/package-lock.json b/package-lock.json index cd43b14..3cb3fd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@idealight-labs/anyweb-js-sdk", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@idealight-labs/anyweb-js-sdk", - "version": "1.0.11", + "version": "1.0.12", "license": "LGPL-3.0", "dependencies": { "@commitlint/config-conventional": "^16.0.0", diff --git a/package.json b/package.json index 28fc9c3..c959bd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@idealight-labs/anyweb-js-sdk", "description": "AnyWeb JavaScript Software Development Kit", - "version": "1.0.11", + "version": "1.0.12", "license": "LGPL-3.0", "author": "common@idealight.ltd", "repository": {