Skip to content

Commit cc3c545

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.3...v1.3.0) (2024-06-12) ### Bug Fixes * add @podium/bridge package ([e1584bc](e1584bc)) * prepare for the bridge module also using podium global ([22cd36f](22cd36f)) * revert to old version ([7634c10](7634c10)) * wrap messages in a object with a type and a payload to solve the JSON RPC spec not supporting primitives in params ([9a85ba1](9a85ba1)) ### Features * bridge/messagebus interop ([b5949ca](b5949ca))
1 parent 5b999bb commit cc3c545

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.3.0](https://github.com/podium-lib/browser/compare/v1.2.3...v1.3.0) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* add @podium/bridge package ([e1584bc](https://github.com/podium-lib/browser/commit/e1584bcb8019efc82342b0fb36d26d5d0a6b730c))
7+
* prepare for the bridge module also using podium global ([22cd36f](https://github.com/podium-lib/browser/commit/22cd36f235cbdd8ff69bf741292077ae712bebab))
8+
* revert to old version ([7634c10](https://github.com/podium-lib/browser/commit/7634c10c43ff4a12bd500734607ecfbe378b03d1))
9+
* wrap messages in a object with a type and a payload to solve the JSON RPC spec not supporting primitives in params ([9a85ba1](https://github.com/podium-lib/browser/commit/9a85ba13a0663177278d046a51bf76ab4c23ad86))
10+
11+
12+
### Features
13+
14+
* bridge/messagebus interop ([b5949ca](https://github.com/podium-lib/browser/commit/b5949ca3cdfa80b8f9ea645febe8ff8f37144249))
15+
116
## [1.2.3](https://github.com/podium-lib/browser/compare/v1.2.2...v1.2.3) (2024-05-21)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/browser",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"type": "module",
55
"main": "./dist/src/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)