Skip to content

Commit e57db15

Browse files
chore(release): 5.4.0 [skip ci]
# [5.4.0](v5.3.0...v5.4.0) (2026-06-29) ### Features * subscribeTo and subscribeFrom push notifications ([#276](#276)) ([9d09931](9d09931))
1 parent 9d09931 commit e57db15

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.4.0](https://github.com/Telefonica/webview-bridge/compare/v5.3.0...v5.4.0) (2026-06-29)
2+
3+
4+
### Features
5+
6+
* subscribeTo and subscribeFrom push notifications ([#276](https://github.com/Telefonica/webview-bridge/issues/276)) ([9d09931](https://github.com/Telefonica/webview-bridge/commit/9d09931ab41adb9be823ffc56800c898272e8d2d))
7+
18
# [5.3.0](https://github.com/Telefonica/webview-bridge/compare/v5.2.0...v5.3.0) (2026-06-16)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tef-novum/webview-bridge",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"description": "JavaScript library to access to native functionality. Requires a webview with a postMessage bridge.",
55
"main": "./dist/webview-bridge-cjs.js",
66
"module": "./dist/webview-bridge.mjs",

0 commit comments

Comments
 (0)