Skip to content

Commit

Permalink
chore(release): 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Littleor committed May 6, 2022
1 parent ce8fa87 commit d16527d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.1.7](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.1.2...v1.1.7) (2022-05-06)


### Features

* **add identify function:** add the function of jumping to verify the identity page ([c601365](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/c601365e486cfaef9767dca0b92dcda3b5103842))
* **insensitive loading iframe:** now we can load the iframe without waiting ([cd6b363](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/cd6b36387c8f121c30b94447f8b78d61961d573f))
* **support logout:** support logout ([ce8fa87](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/ce8fa87a0d865b72ee5f8e6ea71d701110a438bc))


### Bug Fixes

* **eslint:** fix the eslint problem ([cb3b994](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/cb3b99471793bb13214c4b483f5f89f21edcfbf5))
* **params as any:** params as any ([8d1886c](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/8d1886ce6cbdef6c557eb5963e1cf7660ab1b77d))

### [1.1.6](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.1.4...v1.1.6) (2022-04-26)

### [1.1.4](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.1.3...v1.1.4) (2022-04-25)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@idealight-labs/anyweb-js-sdk",
"description": "AnyWeb JavaScript Software Development Kit",
"version": "1.1.6",
"version": "1.1.7",
"license": "LGPL-3.0",
"author": "common@idealight.ltd",
"repository": {
Expand Down

0 comments on commit d16527d

Please sign in to comment.