Skip to content

Commit 665cd1a

Browse files
chore(release): 5.3.0 [skip ci]
## protons-runtime [5.3.0](protons-runtime-v5.2.2...protons-runtime-5.3.0) (2024-01-31) ### Features * runtime size limits for arrays and maps ([#128](#128)) ([a737d05](a737d05)) ### Bug Fixes * improve uint64 perf ([#122](#122)) ([3234bb6](3234bb6)) ### Trivial Changes * update publish config ([942e050](942e050))
1 parent 942e050 commit 665cd1a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/protons-runtime/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## protons-runtime [5.3.0](https://github.com/ipfs/protons/compare/protons-runtime-v5.2.2...protons-runtime-5.3.0) (2024-01-31)
2+
3+
4+
### Features
5+
6+
* runtime size limits for arrays and maps ([#128](https://github.com/ipfs/protons/issues/128)) ([a737d05](https://github.com/ipfs/protons/commit/a737d05d8cd8b22568ff489d07c9e4c824cb4f40))
7+
8+
9+
### Bug Fixes
10+
11+
* improve uint64 perf ([#122](https://github.com/ipfs/protons/issues/122)) ([3234bb6](https://github.com/ipfs/protons/commit/3234bb61eac82ebbc40925df084793efbb0f0186))
12+
13+
14+
### Trivial Changes
15+
16+
* update publish config ([942e050](https://github.com/ipfs/protons/commit/942e050bc0c14d3c8177da218f178d8dab1c0333))
17+
118
## [protons-runtime-v5.2.2](https://github.com/ipfs/protons/compare/protons-runtime-v5.2.1...protons-runtime-v5.2.2) (2024-01-08)
219

320

packages/protons-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons-runtime",
3-
"version": "5.2.2",
3+
"version": "5.3.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)