Skip to content

Commit dfdee5a

Browse files
chore(release): 5.2.0 [skip ci]
## [protons-runtime-v5.2.0](protons-runtime-v5.1.0...protons-runtime-v5.2.0) (2023-11-01) ### Features * add custom protons options for limiting list/map sizes ([#120](#120)) ([a5ba36b](a5ba36b)), closes [#113](#113)
1 parent a5ba36b commit dfdee5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/protons-runtime/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [protons-runtime-v5.2.0](https://github.com/ipfs/protons/compare/protons-runtime-v5.1.0...protons-runtime-v5.2.0) (2023-11-01)
2+
3+
4+
### Features
5+
6+
* add custom protons options for limiting list/map sizes ([#120](https://github.com/ipfs/protons/issues/120)) ([a5ba36b](https://github.com/ipfs/protons/commit/a5ba36bbfbfb1d2bded026e0da1251e02defacdd)), closes [#113](https://github.com/ipfs/protons/issues/113)
7+
18
## [protons-runtime-v5.1.0](https://github.com/ipfs/protons/compare/protons-runtime-v5.0.5...protons-runtime-v5.1.0) (2023-10-23)
29

310

packages/protons-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons-runtime",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Shared code to make your bundle smaller when running protons in your app",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons-runtime#readme",

0 commit comments

Comments
 (0)