From 17aaad92e9907f2529cbc17a491ea354d272929e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Oct 2023 12:38:05 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] ## [protons-runtime-v5.1.0](https://github.com/ipfs/protons/compare/protons-runtime-v5.0.5...protons-runtime-v5.1.0) (2023-10-23) ### Features * support jstype custom options ([#117](https://github.com/ipfs/protons/issues/117)) ([ba35475](https://github.com/ipfs/protons/commit/ba354756bbec60055bbeb4a6ee5bc3ab73267312)), closes [#112](https://github.com/ipfs/protons/issues/112) --- 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 fbd0df7..c373516 100644 --- a/packages/protons-runtime/CHANGELOG.md +++ b/packages/protons-runtime/CHANGELOG.md @@ -1,3 +1,10 @@ +## [protons-runtime-v5.1.0](https://github.com/ipfs/protons/compare/protons-runtime-v5.0.5...protons-runtime-v5.1.0) (2023-10-23) + + +### Features + +* support jstype custom options ([#117](https://github.com/ipfs/protons/issues/117)) ([ba35475](https://github.com/ipfs/protons/commit/ba354756bbec60055bbeb4a6ee5bc3ab73267312)), closes [#112](https://github.com/ipfs/protons/issues/112) + ## [protons-runtime-v5.0.5](https://github.com/ipfs/protons/compare/protons-runtime-v5.0.4...protons-runtime-v5.0.5) (2023-10-13) diff --git a/packages/protons-runtime/package.json b/packages/protons-runtime/package.json index 8f9c00c..1e3d8a2 100644 --- a/packages/protons-runtime/package.json +++ b/packages/protons-runtime/package.json @@ -1,6 +1,6 @@ { "name": "protons-runtime", - "version": "5.0.5", + "version": "5.1.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",