From aebd426754e0dc84d77a804f90c4aae6d5c94f29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 15:03:02 -0400 Subject: [PATCH] chore(6.x): release 6.10.3 (#1735) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54513ccda..d8e91bb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [6.10.3](https://github.com/protobufjs/protobuf.js/compare/v6.10.2...v6.10.3) (2022-05-20) + + +### Bug Fixes + +* **deps:** use eslint 8.x ([#1728](https://github.com/protobufjs/protobuf.js/issues/1728)) ([f2c6c8e](https://github.com/protobufjs/protobuf.js/commit/f2c6c8eea2b945ac37e43809bb6ab0cff20564ff)) +* do not let setProperty change the prototype ([#1731](https://github.com/protobufjs/protobuf.js/issues/1731)) ([b79f316](https://github.com/protobufjs/protobuf.js/commit/b79f316ee7651369fbcf4d07b0ec8aa6dcc8346d)) + ### [6.10.2](https://www.github.com/protobufjs/protobuf.js/compare/v6.10.1...v6.10.2) (2020-11-13) diff --git a/package-lock.json b/package-lock.json index 87bc544ab..3cb056309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protobufjs", - "version": "6.10.2", + "version": "6.10.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "protobufjs", - "version": "6.10.2", + "version": "6.10.3", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index cd52a3117..1e484507d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protobufjs", - "version": "6.10.2", + "version": "6.10.3", "versionScheme": "~", "description": "Protocol Buffers for JavaScript (& TypeScript).", "author": "Daniel Wirtz ",