Skip to content

Commit 6b2f084

Browse files
chore: release 7.0.0
1 parent d01394a commit 6b2f084

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

3+
## [7.0.0](https://www.github.com/protobufjs/protobuf.js/compare/v6.10.2...v7.0.0) (2021-04-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* move command line tool to a new package named protobufjs-cli (#1234)
9+
* encoding of empty Buffers (#1514)
10+
11+
### Features
12+
13+
* add --no-service option for pbjs static target ([#1577](https://www.github.com/protobufjs/protobuf.js/issues/1577)) ([d01394a](https://www.github.com/protobufjs/protobuf.js/commit/d01394a1463062824c066b653aad53c449752202))
14+
* move command line tool to a new package named protobufjs-cli ([#1234](https://www.github.com/protobufjs/protobuf.js/issues/1234)) ([da34f43](https://www.github.com/protobufjs/protobuf.js/commit/da34f43ccd51ad97017e139f137521782f5ef119))
15+
16+
17+
### Bug Fixes
18+
19+
* encoding of empty Buffers ([#1514](https://www.github.com/protobufjs/protobuf.js/issues/1514)) ([b4cae07](https://www.github.com/protobufjs/protobuf.js/commit/b4cae07440387399e097058e15e50608a0e764fd)), closes [#1500](https://www.github.com/protobufjs/protobuf.js/issues/1500) [#885](https://www.github.com/protobufjs/protobuf.js/issues/885)
20+
* typo in pbjs help text ([#1552](https://www.github.com/protobufjs/protobuf.js/issues/1552)) ([7f46dbe](https://www.github.com/protobufjs/protobuf.js/commit/7f46dbeb538a6277035a896e1ab5e1a070e28681))
21+
322
### [6.10.2](https://www.github.com/protobufjs/protobuf.js/compare/v6.10.1...v6.10.2) (2020-11-13)
423

524

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": "6.10.2",
3+
"version": "7.0.0",
44
"versionScheme": "~",
55
"description": "Protocol Buffers for JavaScript (& TypeScript).",
66
"author": "Daniel Wirtz <[email protected]>",

0 commit comments

Comments
 (0)