Skip to content

Commit d16527d

Browse files
committed
chore(release): 1.1.7
1 parent ce8fa87 commit d16527d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
### [1.1.7](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.1.2...v1.1.7) (2022-05-06)
6+
7+
8+
### Features
9+
10+
* **add identify function:** add the function of jumping to verify the identity page ([c601365](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/c601365e486cfaef9767dca0b92dcda3b5103842))
11+
* **insensitive loading iframe:** now we can load the iframe without waiting ([cd6b363](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/cd6b36387c8f121c30b94447f8b78d61961d573f))
12+
* **support logout:** support logout ([ce8fa87](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/ce8fa87a0d865b72ee5f8e6ea71d701110a438bc))
13+
14+
15+
### Bug Fixes
16+
17+
* **eslint:** fix the eslint problem ([cb3b994](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/cb3b99471793bb13214c4b483f5f89f21edcfbf5))
18+
* **params as any:** params as any ([8d1886c](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/8d1886ce6cbdef6c557eb5963e1cf7660ab1b77d))
19+
520
### [1.1.6](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.1.4...v1.1.6) (2022-04-26)
621

722
### [1.1.4](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.1.3...v1.1.4) (2022-04-25)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@idealight-labs/anyweb-js-sdk",
33
"description": "AnyWeb JavaScript Software Development Kit",
4-
"version": "1.1.6",
4+
"version": "1.1.7",
55
"license": "LGPL-3.0",
66
"author": "common@idealight.ltd",
77
"repository": {

0 commit comments

Comments
 (0)