From 3501b097f11de279ef19c33baa0fb7fc62625a31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Feb 2024 08:01:06 +0000 Subject: [PATCH] chore(release): 5.4.0 [skip ci] ## protons-runtime [5.4.0](https://github.com/ipfs/protons/compare/protons-runtime-5.3.0...protons-runtime-5.4.0) (2024-02-02) ### Features * allow limiting nested repeating fields ([#129](https://github.com/ipfs/protons/issues/129)) ([a81f997](https://github.com/ipfs/protons/commit/a81f997a490cdcc7c59d00fe5e8b666e54230745)) --- 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 7ddd06e..4e8a65c 100644 --- a/packages/protons-runtime/CHANGELOG.md +++ b/packages/protons-runtime/CHANGELOG.md @@ -1,3 +1,10 @@ +## protons-runtime [5.4.0](https://github.com/ipfs/protons/compare/protons-runtime-5.3.0...protons-runtime-5.4.0) (2024-02-02) + + +### Features + +* allow limiting nested repeating fields ([#129](https://github.com/ipfs/protons/issues/129)) ([a81f997](https://github.com/ipfs/protons/commit/a81f997a490cdcc7c59d00fe5e8b666e54230745)) + ## protons-runtime [5.3.0](https://github.com/ipfs/protons/compare/protons-runtime-v5.2.2...protons-runtime-5.3.0) (2024-01-31) diff --git a/packages/protons-runtime/package.json b/packages/protons-runtime/package.json index 5dc87f5..7bfa128 100644 --- a/packages/protons-runtime/package.json +++ b/packages/protons-runtime/package.json @@ -1,6 +1,6 @@ { "name": "protons-runtime", - "version": "5.3.0", + "version": "5.4.0", "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",