diff --git a/CHANGELOG.md b/CHANGELOG.md index 1953a4c4..db3ebcdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +Version 1.0.35 +-------------- +*Released 2024-05-12* + +* [Updated](https://github.com/theturtle32/WebSocket-Node/pull/455) from [vulnerable version](https://security.snyk.io/vuln/SNYK-JS-ES5EXT-6095076) of es5-ext to a newer version that has been patched. Thanks, [@Tringapps-Dharshan](https://github.com/Tringapps-Dharshan) + Version 1.0.34 -------------- *Released 2021-04-14* diff --git a/README.md b/README.md index 7f34c7e1..5a737571 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Documentation Changelog --------- -***Current Version: 1.0.34*** - Release 2021-04-14 +***Current Version: 1.0.35*** - Release 2024-05-12 -* 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) +* [Updated](https://github.com/theturtle32/WebSocket-Node/pull/455) from [vulnerable version](https://security.snyk.io/vuln/SNYK-JS-ES5EXT-6095076) of es5-ext to a newer version that has been patched. Thanks, [@Tringapps-Dharshan](https://github.com/Tringapps-Dharshan) [View the full changelog](CHANGELOG.md) diff --git a/package.json b/package.json index e59186fd..1f26b982 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "contributors": [ "IƱaki Baz Castillo (http://dev.sipdoc.net)" ], - "version": "1.0.34", + "version": "1.0.35", "repository": { "type": "git", "url": "https://github.com/theturtle32/WebSocket-Node.git"