Skip to content

Commit f085049

Browse files
committed
chore(release): 1.0.0
1 parent 9de2ea2 commit f085049

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 1.0.0 (2022-02-18)
6+
7+
8+
### Features
9+
10+
* **add on event:** add on event ([48787a9](https://github.com/AnyWeb/anyweb-js-sdk/commit/48787a956559bb430f07c5330400464649b17205))
11+
* **Available Cache:** add New Cache and NetworkId / ChainId ([608b5de](https://github.com/AnyWeb/anyweb-js-sdk/commit/608b5deff642b7f9c0f57ab147cf71fd02508e69))
12+
* **support iframe:** Now support H5 to call the iframe, auto set the window.conflux, and some new function ([c2eea34](https://github.com/AnyWeb/anyweb-js-sdk/commit/c2eea346bdea9d7f189478eb00cdc7f58ce03319))
13+
* **support more api and demo page:** add AnyWeb some API,dapp demo page and new Document. ([f4eb613](https://github.com/AnyWeb/anyweb-js-sdk/commit/f4eb61319aa0e3280c9aaedd9e14068a5dd80700))
14+
15+
16+
### Bug Fixes
17+
18+
* **test:** test bug in node ([9de2ea2](https://github.com/AnyWeb/anyweb-js-sdk/commit/9de2ea283946a4edb48f874c9c91531f8a97e7c6))

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": "anyweb-js-sdk",
33
"description": "AnyWeb JavaScript Software Development Kit",
4-
"version": "1.0.0-beta",
4+
"version": "1.0.0",
55
"license": "LGPL-3.0",
66
"author": "yiheyang@idealight.ltd",
77
"repository": "https://github.com/AnyWeb/anyweb-js-sdk.git",

0 commit comments

Comments
 (0)