Skip to content

Commit

Permalink
changelog for release 1.11.0 (#151)
Browse files Browse the repository at this point in the history
* changelog

* version

* remove sample mentions in changelog
  • Loading branch information
Climbatize authored Aug 5, 2021
1 parent 92ebbaa commit 549763f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js-miniapp-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-miniapp-bridge",
"version": "1.1.0",
"version": "1.11.0",
"description": "Mini App JavaScript Bridge",
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion js-miniapp-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-miniapp-sample",
"version": "0.1.0",
"version": "1.11.0",
"description": "Mini App Sample for JavaScript SDK",
"dependencies": {
"@material-ui/core": "^4.9.8",
Expand Down
5 changes: 5 additions & 0 deletions js-miniapp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## CHANGELOG
### 1.11.0 (2021-08-05)
- **Feature:** Added interface to get user points
- **Feature:** Added an optional banner message field in messaging feature

---

### 1.10.0 (2021-06-29)
- **Feature:** Added `MiniAppError` class for a better bridge errors management [See here](README.md#Errors-management).
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.10.0",
"version": "1.11.0",
"description": "Mini App SDK for JavaScript",
"main": "build/miniapp.bundle.js",
"browser": "build/miniapp.bundle.js",
Expand Down

0 comments on commit 549763f

Please sign in to comment.