diff --git a/js-miniapp-sdk/CHANGELOG.md b/js-miniapp-sdk/CHANGELOG.md index 0014f41c4..620e209e4 100644 --- a/js-miniapp-sdk/CHANGELOG.md +++ b/js-miniapp-sdk/CHANGELOG.md @@ -1,32 +1,32 @@ ## CHANGELOG -### In Progress (2020-XX-XX) +### 1.6.0 (2020-12-18) - **Feature:** Added `CustomPermissionName.LOCATION`. -- **Change:** Updated `requestLocationPermission()` to `requestLocationPermission(permissionDescription?: string)`. From now `requestLocationPermission` will request both custom and device permission respectively. -- **Feature:** Added support for requesting Contact list from Host app. [See here](README.md#5-Requesting-User-details). +- **Change:** Updated `requestLocationPermission()` to `requestLocationPermission(permissionDescription?: string)`. From now `requestLocationPermission` will request both custom and device permission respectively. [See here](README.md#Request-Permissions). +- **Feature:** Added support for requesting Contact list from Host app. [See here](README.md#Requesting-User-details). ### 1.5.0 (2020-11-13) -- **Feature:** Added `MiniApp.getAccessToken` for retrieving an access token. [See here](README.md#6-Get-access-token). +- **Feature:** Added `MiniApp.getAccessToken` for retrieving an access token. [See here](README.md#Get-access-token). ### 1.4.0 (2020-11-02) -- **Feature:** Set and lock device screen orientation. [See here](README.md#6-Set-screen-orientation). +- **Feature:** Set and lock device screen orientation. [See here](README.md#Set-screen-orientation). ### 1.3.0 (2020-10-22) - **Feature:** Added support for requesting the load and display of Interstitial & Rewarded Ads in Host app. [See here](README.md#4-Show-Ads). -- **Feature:** Added support for requesting User Name and Profile Photo from Host app. [See here](README.md#5-Requesting-User-details). +- **Feature:** Added support for requesting User Name and Profile Photo from Host app. [See here](README.md#Requesting-User-details). - **Feature:** Added `MiniApp.getPlatform` for retrieving the platform name of the device. [See here](README.md#check-androidios-device). ### v1.2.0 (2020-10-02) -- **Feature:** Added `MiniApp.requestCustomPermissions` for requesting `USER_NAME`, `PROFILE_PHOTO`, and `CONTACT_LIST` permissions. [See here](README.md#3-Request-Permissions) -- **Feature:** Added `MiniApp.shareInfo` for sharing content with other Apps. [See here](README.md#4-Share-Info). +- **Feature:** Added `MiniApp.requestCustomPermissions` for requesting `USER_NAME`, `PROFILE_PHOTO`, and `CONTACT_LIST` permissions. [See here](README.md#Request-Permissions) +- **Feature:** Added `MiniApp.shareInfo` for sharing content with other Apps. [See here](README.md#Share-Info). ### v1.1.0 (2020-7-21) -- Added support for requesting geolocation permission from the host application to allow fetching of the coordinates data thereafter. [See here](README.md#3-Request-Permissions). +- Added support for requesting geolocation permission from the host application to allow fetching of the coordinates data thereafter. [See here](README.md#Request-Permissions). ### v1.0.0 (2020-5-13) diff --git a/js-miniapp-sdk/package.json b/js-miniapp-sdk/package.json index bbbe548ff..d56ca859e 100644 --- a/js-miniapp-sdk/package.json +++ b/js-miniapp-sdk/package.json @@ -1,6 +1,6 @@ { "name": "js-miniapp-sdk", - "version": "1.5.0", + "version": "1.6.0", "description": "Mini App SDK for JavaScript", "main": "build/miniapp.bundle.js", "browser": "build/miniapp.bundle.js",