diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d288899..1953a4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +Version 1.0.34 +-------------- +*Released 2021-04-14* + +* Updated browser shim to use the native `globalThis` property when available. See [this MDN page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis) for context. Resolves [#415](https://github.com/theturtle32/WebSocket-Node/issues/415) + Version 1.0.33 -------------- *Released 2020-12-08* diff --git a/README.md b/README.md index e4b31261..d401bb5b 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,9 @@ Documentation Changelog --------- -***Current Version: 1.0.33*** - Release 2020-12-08 +***Current Version: 1.0.34*** - Release 2021-04-14 -* Added new configuration options to WebSocketServer allowing implementors to bypass parsing WebSocket extensions and HTTP Cookies if they are not needed. (Thanks, [@aetheon](https://github.com/aetheon)) -* Added new `upgradeError` event to WebSocketServer to allow for visibility into and logging of any parsing errors that might occur during the HTTP Upgrade phase. (Thanks, [@aetheon](https://github.com/aetheon)) +* Updated browser shim to use the native `globalThis` property when available. See [this MDN page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis) for context. Resolves [#415](https://github.com/theturtle32/WebSocket-Node/issues/415) [View the full changelog](CHANGELOG.md) diff --git a/package.json b/package.json index e5df21fa..6c2d7aea 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "contributors": [ "IƱaki Baz Castillo (http://dev.sipdoc.net)" ], - "version": "1.0.33", + "version": "1.0.34", "repository": { "type": "git", "url": "https://github.com/theturtle32/WebSocket-Node.git"