diff --git a/js-miniapp-sdk/CHANGELOG.md b/js-miniapp-sdk/CHANGELOG.md index c8304c642..45babff81 100644 --- a/js-miniapp-sdk/CHANGELOG.md +++ b/js-miniapp-sdk/CHANGELOG.md @@ -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). diff --git a/js-miniapp-sdk/package.json b/js-miniapp-sdk/package.json index b35031eda..22eb2d561 100644 --- a/js-miniapp-sdk/package.json +++ b/js-miniapp-sdk/package.json @@ -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",