Skip to content

Commit

Permalink
release v1.10.0 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph authored Jun 29, 2021
1 parent c05a481 commit da5571c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion js-miniapp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
## CHANGELOG

### 1.10.0 (WIP)
### 1.10.0 (2021-06-29)
- **Feature:** Added `MiniAppError` class for a better bridge errors management [See here](README.md#Errors-management).

---

### 1.9.0 (2021-05-27)
- **Feature:** Added `Send Messsage` custom permission for sending message to specific contact. [See here](README.md#Request-Permissions).
- **Feature:** Added `MiniAppError` class for a better bridge errors management [See here](README.md#Errors-management).

---

### 1.8.0 (2021-04-22)

- **Feature:** Support send message to specific and multiple contacts. [See here](README.md#Send-message).

---

### 1.7.0 (2021-04-02)

- **Feature:** Support send message to contact. [See Send message documentation](README.md#Send-message).
Expand Down
2 changes: 1 addition & 1 deletion js-miniapp-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-miniapp-sdk",
"version": "1.9.0",
"version": "1.10.0",
"description": "Mini App SDK for JavaScript",
"main": "build/miniapp.bundle.js",
"browser": "build/miniapp.bundle.js",
Expand Down

0 comments on commit da5571c

Please sign in to comment.