Skip to content

Commit 4655f8d

Browse files
chore: release master (#2292)
1 parent 9e80030 commit 4655f8d

7 files changed

Lines changed: 45 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.4.2","cli":"2.4.2"}
1+
{".":"8.5.0","cli":"2.5.0"}

CHANGELOG.md

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

3+
## [8.5.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.4.2...protobufjs-v8.5.0) (2026-05-29)
4+
5+
6+
### Features
7+
8+
* Add option to discard unknown fields ([#2289](https://github.com/protobufjs/protobuf.js/issues/2289)) ([f8c489b](https://github.com/protobufjs/protobuf.js/commit/f8c489bf44e09060aa6c63a8a0dea2920fa8e5e6))
9+
* Expose RPC metadata on service methods ([#2286](https://github.com/protobufjs/protobuf.js/issues/2286)) ([711a279](https://github.com/protobufjs/protobuf.js/commit/711a27995f5d15597462b14a7f2cae3852619a6d))
10+
11+
12+
### Bug Fixes
13+
14+
* **cli:** Consistently handle derived names ([#2293](https://github.com/protobufjs/protobuf.js/issues/2293)) ([9e80030](https://github.com/protobufjs/protobuf.js/commit/9e80030b25a24c587fe5f2cae67f66e19b24fee4))
15+
* Consistently reject null message argument in fromObject ([#2287](https://github.com/protobufjs/protobuf.js/issues/2287)) ([0f6178d](https://github.com/protobufjs/protobuf.js/commit/0f6178d83afab6a48584527f625ebe6ce6671750))
16+
* Prefer nested type resolution over global fallback ([#2288](https://github.com/protobufjs/protobuf.js/issues/2288)) ([4b4c703](https://github.com/protobufjs/protobuf.js/commit/4b4c703c17b9b089492f77afaa16a6c17c5ccbaa))
17+
318
## [8.4.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.4.1...protobufjs-v8.4.2) (2026-05-22)
419

520

cli/CHANGELOG.md

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

3+
## [2.5.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.4.2...protobufjs-cli-v2.5.0) (2026-05-29)
4+
5+
6+
### Features
7+
8+
* Expose RPC metadata on service methods ([#2286](https://github.com/protobufjs/protobuf.js/issues/2286)) ([711a279](https://github.com/protobufjs/protobuf.js/commit/711a27995f5d15597462b14a7f2cae3852619a6d))
9+
10+
11+
### Bug Fixes
12+
13+
* **cli:** Consistently handle derived names ([#2293](https://github.com/protobufjs/protobuf.js/issues/2293)) ([9e80030](https://github.com/protobufjs/protobuf.js/commit/9e80030b25a24c587fe5f2cae67f66e19b24fee4))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* devDependencies
20+
* protobufjs bumped from file:.. to 8.5.0
21+
* peerDependencies
22+
* protobufjs bumped from ^8.4.2 to ^8.5.0
23+
324
## [2.4.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.4.1...protobufjs-cli-v2.4.2) (2026-05-22)
425

526

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.4.2",
4+
"version": "2.5.0",
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.4.2"
23+
"protobufjs": "^8.5.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.4.2",
3+
"version": "8.5.0",
44
"versionScheme": "~",
55
"description": "Protocol Buffers for JavaScript & TypeScript.",
66
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",

0 commit comments

Comments
 (0)