Skip to content

Commit 9b3710b

Browse files
committed
4.18.0
1 parent ccba4c3 commit 9b3710b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
## X.X.X (comming soon)
55

6+
## 4.18.0 (6 October 2022)
7+
8+
9+
- FIX fix(indexedDB): Can't start a transaction on a closed database [#1042](https://github.com/pubkey/broadcast-channel/pull/1042) [nabigraphics](https://github.com/nabigraphics)
10+
11+
612
## 4.17.0 (13 September 2022)
713

814
- REMOVE the `isNode` utility function so that we do not access the `process` variable in browsers.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broadcast-channel",
3-
"version": "4.17.0",
3+
"version": "4.18.0",
44
"description": "A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs",
55
"exports": {
66
".": {
@@ -21,6 +21,8 @@
2121
"broadcastchannel",
2222
"broadcast",
2323
"polyfill",
24+
"shim",
25+
"events",
2426
"localstorage",
2527
"indexeddb",
2628
"postMessage",
@@ -37,6 +39,7 @@
3739
"bugs": {
3840
"url": "https://github.com/pubkey/broadcast-channel/issues"
3941
},
42+
"funding": "https://github.com/sponsors/pubkey",
4043
"main": "./dist/es5node/index.js",
4144
"module": "./dist/esnode/index.js",
4245
"browser": "./dist/lib/index.es5.js",

0 commit comments

Comments
 (0)