Skip to content

Commit 0c4fde0

Browse files
chore: release master
1 parent ffd3d51 commit 0c4fde0

7 files changed

Lines changed: 33 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"8.5.0","cli":"2.5.0"}
1+
{".":"8.6.0","cli":"2.5.1"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [8.6.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.5.0...protobufjs-v8.6.0) (2026-06-04)
4+
5+
6+
### Features
7+
8+
* Add spec-compliant protojson extension ([#2297](https://github.com/protobufjs/protobuf.js/issues/2297)) ([ffd3d51](https://github.com/protobufjs/protobuf.js/commit/ffd3d51b050f766ecc6b91ffc366c30d3536db13))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove postinstall script ([#2299](https://github.com/protobufjs/protobuf.js/issues/2299)) ([b8ed7be](https://github.com/protobufjs/protobuf.js/commit/b8ed7be4a6ca6ff9ea9c19bf0aee657d7572fd8e))
14+
* 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))
15+
316
## [8.5.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.4.2...protobufjs-v8.5.0) (2026-05-29)
417

518

cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.5.1](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.5.0...protobufjs-cli-v2.5.1) (2026-06-04)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* protobufjs bumped from file:.. to 8.6.0
11+
* peerDependencies
12+
* protobufjs bumped from ^8.5.0 to ^8.6.0
13+
314
## [2.5.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.4.2...protobufjs-cli-v2.5.0) (2026-05-29)
415

516

cli/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "protobufjs-cli",
33
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"protoc-gen-pbjs": "bin/protoc-gen-pbjs"
2121
},
2222
"peerDependencies": {
23-
"protobufjs": "^8.5.0"
23+
"protobufjs": "^8.6.0"
2424
},
2525
"dependencies": {
2626
"chalk": "^4.0.0",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protobufjs",
3-
"version": "8.5.0",
3+
"version": "8.6.0",
44
"description": "Protocol Buffers for JavaScript & TypeScript.",
55
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)