From 8bf01d0dfde8fdb126b6399a37671d5fa133ea86 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Jul 2022 22:50:08 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [protons-runtime-v2.0.2](https://github.com/ipfs/protons/compare/protons-runtime-v2.0.1...protons-runtime-v2.0.2) (2022-07-30) ### Bug Fixes * use uint8-varint, byte-accesor and longbits modules ([#56](https://github.com/ipfs/protons/issues/56)) ([66d72f5](https://github.com/ipfs/protons/commit/66d72f50ca3733b97efa5155d3cdcb33ec531d4a)) --- 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 bb84707..556743a 100644 --- a/packages/protons-runtime/CHANGELOG.md +++ b/packages/protons-runtime/CHANGELOG.md @@ -1,3 +1,10 @@ +## [protons-runtime-v2.0.2](https://github.com/ipfs/protons/compare/protons-runtime-v2.0.1...protons-runtime-v2.0.2) (2022-07-30) + + +### Bug Fixes + +* use uint8-varint, byte-accesor and longbits modules ([#56](https://github.com/ipfs/protons/issues/56)) ([66d72f5](https://github.com/ipfs/protons/commit/66d72f50ca3733b97efa5155d3cdcb33ec531d4a)) + ## [protons-runtime-v2.0.1](https://github.com/ipfs/protons/compare/protons-runtime-v2.0.0...protons-runtime-v2.0.1) (2022-07-28) diff --git a/packages/protons-runtime/package.json b/packages/protons-runtime/package.json index 295712e..6eddb0a 100644 --- a/packages/protons-runtime/package.json +++ b/packages/protons-runtime/package.json @@ -1,6 +1,6 @@ { "name": "protons-runtime", - "version": "2.0.1", + "version": "2.0.2", "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",