From 0c4f28e41adcec68c1ac4c52c73a70b78e1aa833 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jan 2024 16:31:07 +0000 Subject: [PATCH] chore(release): 5.2.2 [skip ci] ## [protons-runtime-v5.2.2](https://github.com/ipfs/protons/compare/protons-runtime-v5.2.1...protons-runtime-v5.2.2) (2024-01-08) ### Dependencies * bump aegir from 41.3.5 to 42.0.1 ([#127](https://github.com/ipfs/protons/issues/127)) ([02eafe9](https://github.com/ipfs/protons/commit/02eafe9abc565d7719ed54b64c6ae17a55ebf235)) --- 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 9539af7..3ea733b 100644 --- a/packages/protons-runtime/CHANGELOG.md +++ b/packages/protons-runtime/CHANGELOG.md @@ -1,3 +1,10 @@ +## [protons-runtime-v5.2.2](https://github.com/ipfs/protons/compare/protons-runtime-v5.2.1...protons-runtime-v5.2.2) (2024-01-08) + + +### Dependencies + +* bump aegir from 41.3.5 to 42.0.1 ([#127](https://github.com/ipfs/protons/issues/127)) ([02eafe9](https://github.com/ipfs/protons/commit/02eafe9abc565d7719ed54b64c6ae17a55ebf235)) + ## [protons-runtime-v5.2.1](https://github.com/ipfs/protons/compare/protons-runtime-v5.2.0...protons-runtime-v5.2.1) (2023-12-30) diff --git a/packages/protons-runtime/package.json b/packages/protons-runtime/package.json index e26a83b..bd09929 100644 --- a/packages/protons-runtime/package.json +++ b/packages/protons-runtime/package.json @@ -1,6 +1,6 @@ { "name": "protons-runtime", - "version": "5.2.1", + "version": "5.2.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",