From 25e46ddfd011343d18c0a595b106c896b6ee7685 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Aug 2022 08:21:33 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [protons-runtime-v3.0.1](https://github.com/ipfs/protons/compare/protons-runtime-v3.0.0...protons-runtime-v3.0.1) (2022-08-10) ### Bug Fixes * add uint8arraylist peer dep ([#61](https://github.com/ipfs/protons/issues/61)) ([eb16e86](https://github.com/ipfs/protons/commit/eb16e8690f28435c198d5f0facf5514f2d6574a3)), closes [#59](https://github.com/ipfs/protons/issues/59) --- packages/protons-runtime/CHANGELOG.md | 7 +++++++ packages/protons-runtime/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/protons-runtime/CHANGELOG.md b/packages/protons-runtime/CHANGELOG.md index aa4aa41..2c7a313 100644 --- a/packages/protons-runtime/CHANGELOG.md +++ b/packages/protons-runtime/CHANGELOG.md @@ -1,3 +1,10 @@ +## [protons-runtime-v3.0.1](https://github.com/ipfs/protons/compare/protons-runtime-v3.0.0...protons-runtime-v3.0.1) (2022-08-10) + + +### Bug Fixes + +* add uint8arraylist peer dep ([#61](https://github.com/ipfs/protons/issues/61)) ([eb16e86](https://github.com/ipfs/protons/commit/eb16e8690f28435c198d5f0facf5514f2d6574a3)), closes [#59](https://github.com/ipfs/protons/issues/59) + ## [protons-runtime-v3.0.0](https://github.com/ipfs/protons/compare/protons-runtime-v2.0.2...protons-runtime-v3.0.0) (2022-08-10) diff --git a/packages/protons-runtime/package.json b/packages/protons-runtime/package.json index 5a7e539..8c57844 100644 --- a/packages/protons-runtime/package.json +++ b/packages/protons-runtime/package.json @@ -1,6 +1,6 @@ { "name": "protons-runtime", - "version": "3.0.0", + "version": "3.0.1", "description": "Shared code to make your bundle smaller when running protons in your app", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/protons/tree/master/packages/protons-runtime#readme",