From 6ec6ef9e2f87656b7c28ce5a9ec67066821d2edc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Jul 2022 21:54:00 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [protons-v4.0.0](https://github.com/ipfs/protons/compare/protons-v3.0.5...protons-v4.0.0) (2022-07-28) ### ⚠ BREAKING CHANGES * Uses Uint8ArrayList v2 ### Features * support no-copy serialization ([#54](https://github.com/ipfs/protons/issues/54)) ([caa0d71](https://github.com/ipfs/protons/commit/caa0d71b60367f2f3551688ad09fd695840e0852)) ### Bug Fixes * update project config ([3199131](https://github.com/ipfs/protons/commit/3199131f1f199bcb57fcf1e7aba4ca0b6d9207db)) ### Trivial Changes * update sibling dependencies [skip ci] ([c9291e0](https://github.com/ipfs/protons/commit/c9291e03b3b6a12140a5aa62a30bd94eac559fad)) --- packages/protons/CHANGELOG.md | 21 +++++++++++++++++++++ packages/protons/package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/packages/protons/CHANGELOG.md b/packages/protons/CHANGELOG.md index 886f784..858bba7 100644 --- a/packages/protons/CHANGELOG.md +++ b/packages/protons/CHANGELOG.md @@ -1,3 +1,24 @@ +## [protons-v4.0.0](https://github.com/ipfs/protons/compare/protons-v3.0.5...protons-v4.0.0) (2022-07-28) + + +### ⚠ BREAKING CHANGES + +* Uses Uint8ArrayList v2 + +### Features + +* support no-copy serialization ([#54](https://github.com/ipfs/protons/issues/54)) ([caa0d71](https://github.com/ipfs/protons/commit/caa0d71b60367f2f3551688ad09fd695840e0852)) + + +### Bug Fixes + +* update project config ([3199131](https://github.com/ipfs/protons/commit/3199131f1f199bcb57fcf1e7aba4ca0b6d9207db)) + + +### Trivial Changes + +* update sibling dependencies [skip ci] ([c9291e0](https://github.com/ipfs/protons/commit/c9291e03b3b6a12140a5aa62a30bd94eac559fad)) + ## [protons-v3.0.5](https://github.com/ipfs/protons/compare/protons-v3.0.4...protons-v3.0.5) (2022-07-28) diff --git a/packages/protons/package.json b/packages/protons/package.json index a80d6bc..ea4a955 100644 --- a/packages/protons/package.json +++ b/packages/protons/package.json @@ -1,6 +1,6 @@ { "name": "protons", - "version": "3.0.5", + "version": "4.0.0", "description": "Protobuf to ts transpiler", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",