From 3a869815ff334600247bbd515ccefe1302b9a52c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Aug 2024 16:38:56 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/ipfs/protons/compare/v3.0.0...v3.0.1) (2024-08-07) ### Dependencies * bump @bufbuild/protobuf from 1.10.0 to 2.0.0 ([#139](https://github.com/ipfs/protons/issues/139)) ([bbe93a2](https://github.com/ipfs/protons/commit/bbe93a21b45d52982e96c78b3da422147185842e)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c23061..2cad001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.1](https://github.com/ipfs/protons/compare/v3.0.0...v3.0.1) (2024-08-07) + +### Dependencies + +* bump @bufbuild/protobuf from 1.10.0 to 2.0.0 ([#139](https://github.com/ipfs/protons/issues/139)) ([bbe93a2](https://github.com/ipfs/protons/commit/bbe93a21b45d52982e96c78b3da422147185842e)) + ## [3.0.0](https://github.com/ipfs/protons/compare/v2.0.3...v3.0.0) (2024-08-07) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index f8000c0..772dc00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protons", - "version": "3.0.0", + "version": "3.0.1", "description": "Protobuf to ts transpiler", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/protons#readme",