From 797ad45fef0f562061b5496c3c72692154aa4721 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:04:18 +0000 Subject: [PATCH] chore: release 7.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54513ccda..a0812ed0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [7.0.0](https://www.github.com/globalworldwide/protobuf.js/compare/v6.10.2...v7.0.0) (2021-04-05) + + +### ⚠ BREAKING CHANGES + +* move command line tool to a new package named protobufjs-cli (#1234) +* encoding of empty Buffers (#1514) + +### Features + +* move command line tool to a new package named protobufjs-cli ([#1234](https://www.github.com/globalworldwide/protobuf.js/issues/1234)) ([da34f43](https://www.github.com/globalworldwide/protobuf.js/commit/da34f43ccd51ad97017e139f137521782f5ef119)) + + +### Bug Fixes + +* encoding of empty Buffers ([#1514](https://www.github.com/globalworldwide/protobuf.js/issues/1514)) ([b4cae07](https://www.github.com/globalworldwide/protobuf.js/commit/b4cae07440387399e097058e15e50608a0e764fd)), closes [#1500](https://www.github.com/globalworldwide/protobuf.js/issues/1500) [#885](https://www.github.com/globalworldwide/protobuf.js/issues/885) +* typo in pbjs help text ([#1552](https://www.github.com/globalworldwide/protobuf.js/issues/1552)) ([7f46dbe](https://www.github.com/globalworldwide/protobuf.js/commit/7f46dbeb538a6277035a896e1ab5e1a070e28681)) + ### [6.10.2](https://www.github.com/protobufjs/protobuf.js/compare/v6.10.1...v6.10.2) (2020-11-13) diff --git a/package-lock.json b/package-lock.json index 1b8313031..99664a8c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@globalworldwide/protobufjs", - "version": "6.10.2-gww.1", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fd809b9d6..908af8839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalworldwide/protobufjs", - "version": "6.10.2-gww.1", + "version": "7.0.0", "versionScheme": "~", "description": "Protocol Buffers for JavaScript (& TypeScript).", "author": "Daniel Wirtz ",