Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"8.5.0","cli":"2.5.0"}
{".":"8.6.0","cli":"2.5.1"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [8.6.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.5.0...protobufjs-v8.6.0) (2026-06-04)


### Features

* Add spec-compliant protojson extension ([#2297](https://github.com/protobufjs/protobuf.js/issues/2297)) ([ffd3d51](https://github.com/protobufjs/protobuf.js/commit/ffd3d51b050f766ecc6b91ffc366c30d3536db13))


### Bug Fixes

* Avoid name collisions in generated code ([#2302](https://github.com/protobufjs/protobuf.js/issues/2302)) ([ce013ab](https://github.com/protobufjs/protobuf.js/commit/ce013abb069c0df02e261a1ea3019d6c3fbe069e))
* **cli:** Vendor patched Catharsis for pbts ([#2304](https://github.com/protobufjs/protobuf.js/issues/2304)) ([29f7c96](https://github.com/protobufjs/protobuf.js/commit/29f7c96ede419baa2e5836f7a7b61d510e36693e))
* Remove postinstall script ([#2299](https://github.com/protobufjs/protobuf.js/issues/2299)) ([b8ed7be](https://github.com/protobufjs/protobuf.js/commit/b8ed7be4a6ca6ff9ea9c19bf0aee657d7572fd8e))
* Support null-prototype plain objects in converters ([#2300](https://github.com/protobufjs/protobuf.js/issues/2300)) ([bf20d84](https://github.com/protobufjs/protobuf.js/commit/bf20d84c80b0e246a1c1dd88f51c3235be824deb))

## [8.5.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.4.2...protobufjs-v8.5.0) (2026-05-29)


Expand Down
17 changes: 17 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.5.1](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.5.0...protobufjs-cli-v2.5.1) (2026-06-04)


### Bug Fixes

* Avoid name collisions in generated code ([#2302](https://github.com/protobufjs/protobuf.js/issues/2302)) ([ce013ab](https://github.com/protobufjs/protobuf.js/commit/ce013abb069c0df02e261a1ea3019d6c3fbe069e))
* **cli:** Vendor patched Catharsis for pbts ([#2304](https://github.com/protobufjs/protobuf.js/issues/2304)) ([29f7c96](https://github.com/protobufjs/protobuf.js/commit/29f7c96ede419baa2e5836f7a7b61d510e36693e))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* protobufjs bumped from file:.. to 8.6.0
* peerDependencies
* protobufjs bumped from ^8.5.0 to ^8.6.0

## [2.5.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.4.2...protobufjs-cli-v2.5.0) (2026-05-29)


Expand Down
6 changes: 3 additions & 3 deletions cli/package-lock.json

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

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "protobufjs-cli",
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
"version": "2.5.0",
"version": "2.5.1",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"protoc-gen-pbjs": "bin/protoc-gen-pbjs"
},
"peerDependencies": {
"protobufjs": "^8.5.0"
"protobufjs": "^8.6.0"
},
"dependencies": {
"chalk": "^4.0.0",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protobufjs",
"version": "8.5.0",
"version": "8.6.0",
"description": "Protocol Buffers for JavaScript & TypeScript.",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
"license": "BSD-3-Clause",
Expand Down