We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd6a48 commit a2ccda1Copy full SHA for a2ccda1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [6.11.1](https://github.com/protobufjs/protobuf.js/compare/v6.11.0...v6.11.1) (2021-04-29)
4
+
5
6
+### Bug Fixes
7
8
+* parse.js "parent.add(oneof)“ error (@leon776) ([#1602](https://github.com/protobufjs/protobuf.js/pull/1602))
9
10
## [6.11.0](https://github.com/protobufjs/protobuf.js/compare/v6.10.2...v6.11.0) (2021-04-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "protobufjs",
- "version": "6.11.0",
+ "version": "6.11.1",
"versionScheme": "~",
"description": "Protocol Buffers for JavaScript (& TypeScript).",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
0 commit comments