Skip to content

Commit

Permalink
Release changes for v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph committed Nov 2, 2023
1 parent ec0a753 commit 1b5a7fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.18.0",
"version": "1.19.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": "1.18.0",
"version": "1.19.0",
"description": "Mini App Sample for JavaScript SDK",
"dependencies": {
"@brightcove/react-player-loader": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion js-miniapp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### 1.18.0 (2023-10-13)
### 1.19.0 (2023-11-02)
- **Feature:** Added new interface `getAllCookies()` to get `CookieInfo` which contains `name` and `value` of the cookie
- **Feature:** Added new interface `getCookies(cookieNameList:)` that requests for certain cookies to host application that will get `CookieInfo` which contains `name` and `value` of the cookie

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.18.0",
"version": "1.19.0",
"description": "Mini App SDK for JavaScript",
"main": "build/miniapp.bundle.js",
"browser": "build/miniapp.bundle.js",
Expand Down

0 comments on commit 1b5a7fb

Please sign in to comment.