diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab42d5c..1dc1f936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index f883efdd..060dedcb 100644 --- a/package.json +++ b/package.json @@ -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": { ".": { @@ -21,6 +21,8 @@ "broadcastchannel", "broadcast", "polyfill", + "shim", + "events", "localstorage", "indexeddb", "postMessage", @@ -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",