From dc0de7dd67eadeb7fe6d8500d83c5e66f303e554 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Oct 2022 11:25:41 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [protons-v6.0.0](https://github.com/ipfs/protons/compare/protons-v5.1.0...protons-v6.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * ts definitions will need to be generated from `.proto` files - singular message fields have become optional as message fields are always optional in proto3 ### Bug Fixes * adhere more closely to the language guide for proto3 default values ([#66](https://github.com/ipfs/protons/issues/66)) ([406d775](https://github.com/ipfs/protons/commit/406d7757d490eb0dbac93343d6622dd689ff0707)), closes [#43](https://github.com/ipfs/protons/issues/43) ### Dependencies * update sibling dependencies ([b1316fa](https://github.com/ipfs/protons/commit/b1316fa23b6fa623bc438c6cf51c53f94759e199)) --- packages/protons/CHANGELOG.md | 16 ++++++++++++++++ packages/protons/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/protons/CHANGELOG.md b/packages/protons/CHANGELOG.md index bd52daf..9177bcd 100644 --- a/packages/protons/CHANGELOG.md +++ b/packages/protons/CHANGELOG.md @@ -1,3 +1,19 @@ +## [protons-v6.0.0](https://github.com/ipfs/protons/compare/protons-v5.1.0...protons-v6.0.0) (2022-10-12) + + +### ⚠ BREAKING CHANGES + +* ts definitions will need to be generated from `.proto` files - singular message fields have become optional as message fields are always optional in proto3 + +### Bug Fixes + +* adhere more closely to the language guide for proto3 default values ([#66](https://github.com/ipfs/protons/issues/66)) ([406d775](https://github.com/ipfs/protons/commit/406d7757d490eb0dbac93343d6622dd689ff0707)), closes [#43](https://github.com/ipfs/protons/issues/43) + + +### Dependencies + +* update sibling dependencies ([b1316fa](https://github.com/ipfs/protons/commit/b1316fa23b6fa623bc438c6cf51c53f94759e199)) + ## [protons-v5.1.0](https://github.com/ipfs/protons/compare/protons-v5.0.0...protons-v5.1.0) (2022-08-11) diff --git a/packages/protons/package.json b/packages/protons/package.json index 36d362d..a99ed73 100644 --- a/packages/protons/package.json +++ b/packages/protons/package.json @@ -1,6 +1,6 @@ { "name": "protons", - "version": "5.1.0", + "version": "6.0.0", "description": "Protobuf to ts transpiler", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",