From 62b20538399064790e05791a9f282cc97f15c6c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Feb 2023 06:41:43 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [protons-v7.0.0](https://github.com/ipfs/protons/compare/protons-v6.1.3...protons-v7.0.0) (2023-02-02) ### ⚠ BREAKING CHANGES * singular fields should be optional to write (#83) ### Bug Fixes * singular fields should be optional to write ([#83](https://github.com/ipfs/protons/issues/83)) ([229afbc](https://github.com/ipfs/protons/commit/229afbcb38ba0edc0622d4c2e97847462b439dc8)), closes [#42](https://github.com/ipfs/protons/issues/42) * sort imports ([#84](https://github.com/ipfs/protons/issues/84)) ([6f796f1](https://github.com/ipfs/protons/commit/6f796f1e7dfd631314f9a1df534eabd96dd1528c)) * update sibling dep versions ([a77d027](https://github.com/ipfs/protons/commit/a77d027e055e442f4d1b004ebc1203e52292e7ed)) ### Trivial Changes * move bad fixtures to separate directory ([#82](https://github.com/ipfs/protons/issues/82)) ([76aa198](https://github.com/ipfs/protons/commit/76aa19882cd9fb4fa918dda6701b1f7b4ad740a4)) --- packages/protons/CHANGELOG.md | 18 ++++++++++++++++++ packages/protons/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/protons/CHANGELOG.md b/packages/protons/CHANGELOG.md index c352bce..0b13ea4 100644 --- a/packages/protons/CHANGELOG.md +++ b/packages/protons/CHANGELOG.md @@ -1,3 +1,21 @@ +## [protons-v7.0.0](https://github.com/ipfs/protons/compare/protons-v6.1.3...protons-v7.0.0) (2023-02-02) + + +### ⚠ BREAKING CHANGES + +* singular fields should be optional to write (#83) + +### Bug Fixes + +* singular fields should be optional to write ([#83](https://github.com/ipfs/protons/issues/83)) ([229afbc](https://github.com/ipfs/protons/commit/229afbcb38ba0edc0622d4c2e97847462b439dc8)), closes [#42](https://github.com/ipfs/protons/issues/42) +* sort imports ([#84](https://github.com/ipfs/protons/issues/84)) ([6f796f1](https://github.com/ipfs/protons/commit/6f796f1e7dfd631314f9a1df534eabd96dd1528c)) +* update sibling dep versions ([a77d027](https://github.com/ipfs/protons/commit/a77d027e055e442f4d1b004ebc1203e52292e7ed)) + + +### Trivial Changes + +* move bad fixtures to separate directory ([#82](https://github.com/ipfs/protons/issues/82)) ([76aa198](https://github.com/ipfs/protons/commit/76aa19882cd9fb4fa918dda6701b1f7b4ad740a4)) + ## [protons-v6.1.3](https://github.com/ipfs/protons/compare/protons-v6.1.2...protons-v6.1.3) (2023-01-31) diff --git a/packages/protons/package.json b/packages/protons/package.json index 2333a7b..cee0d8e 100644 --- a/packages/protons/package.json +++ b/packages/protons/package.json @@ -1,6 +1,6 @@ { "name": "protons", - "version": "6.1.3", + "version": "7.0.0", "description": "Protobuf to ts transpiler", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",