Skip to content

Commit

Permalink
chore(6.x): release 6.10.3 (#1735)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 20, 2022
1 parent a3a89aa commit aebd426
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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 <dcode+protobufjs@dcode.io>",
Expand Down

0 comments on commit aebd426

Please sign in to comment.