Skip to content

Commit e30c334

Browse files
chore: release protobufjs-v7.x (#2260)
1 parent f769242 commit e30c334

7 files changed

Lines changed: 21 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "7.5.9",
3-
"cli": "1.2.2",
2+
".": "7.6.0",
3+
"cli": "1.3.0",
44
"lib/aspromise": "1.1.2",
55
"lib/base64": "1.1.2",
66
"lib/codegen": "2.0.5",

CHANGELOG.md

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

3+
## [7.6.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.9...protobufjs-v7.6.0) (2026-05-18)
4+
5+
6+
### Features
7+
8+
* Support BigInt conversions (7.x) ([#2258](https://github.com/protobufjs/protobuf.js/issues/2258)) ([f769242](https://github.com/protobufjs/protobuf.js/commit/f76924244504b159efe1bb13b154fd17be3c13e7))
9+
310
## [7.5.9](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.8...protobufjs-v7.5.9) (2026-05-17)
411

512

cli/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.2.2...protobufjs-cli-v1.3.0) (2026-05-18)
4+
5+
6+
### Features
7+
8+
* Support BigInt conversions (7.x) ([#2258](https://github.com/protobufjs/protobuf.js/issues/2258)) ([f769242](https://github.com/protobufjs/protobuf.js/commit/f76924244504b159efe1bb13b154fd17be3c13e7))
9+
310
## [1.2.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.2.1...protobufjs-cli-v1.2.2) (2026-04-28)
411

512

cli/package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.2.2",
4+
"version": "1.3.0",
55
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
66
"repository": {
77
"type": "git",
@@ -21,7 +21,7 @@
2121
"pbts": "bin/pbts"
2222
},
2323
"peerDependencies": {
24-
"protobufjs": ">=7.5.6 <8"
24+
"protobufjs": ">=7.6.0 <8"
2525
},
2626
"dependencies": {
2727
"chalk": "^4.0.0",

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "7.5.9",
3+
"version": "7.6.0",
44
"versionScheme": "~",
55
"description": "Protocol Buffers for JavaScript (& TypeScript).",
66
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",

0 commit comments

Comments
 (0)