Skip to content

Commit

Permalink
4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Oct 6, 2022
1 parent ccba4c3 commit 9b3710b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

## X.X.X (comming soon)

## 4.18.0 (6 October 2022)


- 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)


## 4.17.0 (13 September 2022)

- REMOVE the `isNode` utility function so that we do not access the `process` variable in browsers.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broadcast-channel",
"version": "4.17.0",
"version": "4.18.0",
"description": "A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs",
"exports": {
".": {
Expand All @@ -21,6 +21,8 @@
"broadcastchannel",
"broadcast",
"polyfill",
"shim",
"events",
"localstorage",
"indexeddb",
"postMessage",
Expand All @@ -37,6 +39,7 @@
"bugs": {
"url": "https://github.com/pubkey/broadcast-channel/issues"
},
"funding": "https://github.com/sponsors/pubkey",
"main": "./dist/es5node/index.js",
"module": "./dist/esnode/index.js",
"browser": "./dist/lib/index.es5.js",
Expand Down

0 comments on commit 9b3710b

Please sign in to comment.