Skip to content

Commit 91cdef0

Browse files
chore: release master (#2391)
1 parent c362fe3 commit 91cdef0

7 files changed

Lines changed: 42 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.7.1","cli":"2.6.1"}
1+
{".":"8.7.2","cli":"2.6.2"}

CHANGELOG.md

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

3+
## [8.7.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.7.1...protobufjs-v8.7.2) (2026-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Also use TextDecoder for loose UTF-8 decoding ([#2408](https://github.com/protobufjs/protobuf.js/issues/2408)) ([5851a3b](https://github.com/protobufjs/protobuf.js/commit/5851a3bd4cbaee44aef13cc72ce1923e56d995ff))
9+
* Parse numeric defaults according to field type ([#2402](https://github.com/protobufjs/protobuf.js/issues/2402)) ([bb2d836](https://github.com/protobufjs/protobuf.js/commit/bb2d83638f1a3bb9a48920e9976615543e0e5a94))
10+
* Parse numeric descriptor defaults by field type ([#2406](https://github.com/protobufjs/protobuf.js/issues/2406)) ([09f24ec](https://github.com/protobufjs/protobuf.js/commit/09f24ec1e5e6c84d28882dd549e462ee22f41b6a))
11+
* preserve first enum alias from JSON descriptors ([#2389](https://github.com/protobufjs/protobuf.js/issues/2389)) ([8304739](https://github.com/protobufjs/protobuf.js/commit/8304739620bfd0630ff89f7c6a70512dcbc7b845))
12+
* Preserve negative zero in codegen formatters ([#2403](https://github.com/protobufjs/protobuf.js/issues/2403)) ([92ddc9b](https://github.com/protobufjs/protobuf.js/commit/92ddc9b897394d56eff936fa914b923f124fd005))
13+
* Preserve non-finite defaults in toObject ([#2393](https://github.com/protobufjs/protobuf.js/issues/2393)) ([a38b925](https://github.com/protobufjs/protobuf.js/commit/a38b925802203f8c6c8060fa692f359212ebc717))
14+
15+
16+
### Performance Improvements
17+
18+
* Optimize writer allocs and packed varint reads ([#2405](https://github.com/protobufjs/protobuf.js/issues/2405)) ([64cc8f1](https://github.com/protobufjs/protobuf.js/commit/64cc8f14210dad3632ec45256a402725608f15cb))
19+
320
## [8.7.1](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.7.0...protobufjs-v8.7.1) (2026-07-12)
421

522

cli/CHANGELOG.md

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

3+
## [2.6.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.6.1...protobufjs-cli-v2.6.2) (2026-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Preserve non-finite defaults in toObject ([#2393](https://github.com/protobufjs/protobuf.js/issues/2393)) ([a38b925](https://github.com/protobufjs/protobuf.js/commit/a38b925802203f8c6c8060fa692f359212ebc717))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* protobufjs bumped from file:.. to 8.7.2
16+
* peerDependencies
17+
* protobufjs bumped from ^8.7.1 to ^8.7.2
18+
319
## [2.6.1](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.6.0...protobufjs-cli-v2.6.1) (2026-07-12)
420

521

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.6.1",
4+
"version": "2.6.2",
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.7.1"
23+
"protobufjs": "^8.7.2"
2424
},
2525
"dependencies": {
2626
"escodegen": "^2.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.7.1",
3+
"version": "8.7.2",
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)