From 67ef87e5661778dd638cd81b9f65aa52bacbfdef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Aug 2024 16:48:51 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] ## [3.1.0](https://github.com/ipfs/protons/compare/v3.0.1...v3.1.0) (2024-08-07) ### Features * add error names ([#140](https://github.com/ipfs/protons/issues/140)) ([2a3b047](https://github.com/ipfs/protons/commit/2a3b0470d037237da67627cfa9c8f2027af9917d)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cad001..1f3ec1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.0](https://github.com/ipfs/protons/compare/v3.0.1...v3.1.0) (2024-08-07) + +### Features + +* add error names ([#140](https://github.com/ipfs/protons/issues/140)) ([2a3b047](https://github.com/ipfs/protons/commit/2a3b0470d037237da67627cfa9c8f2027af9917d)) + ## [3.0.1](https://github.com/ipfs/protons/compare/v3.0.0...v3.0.1) (2024-08-07) ### Dependencies diff --git a/package.json b/package.json index 772dc00..c535ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protons", - "version": "3.0.1", + "version": "3.1.0", "description": "Protobuf to ts transpiler", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/protons#readme",