Skip to content

Commit 3fec56a

Browse files
chore(release): 2.0.0 [skip ci]
## [protons-runtime-v2.0.0](protons-runtime-v1.0.4...protons-runtime-v2.0.0) (2022-07-28) ### ⚠ BREAKING CHANGES * Uses Uint8ArrayList v2 ### Features * support no-copy serialization ([#54](#54)) ([caa0d71](caa0d71))
1 parent b6a9c18 commit 3fec56a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/protons-runtime/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [protons-runtime-v2.0.0](https://github.com/ipfs/protons/compare/protons-runtime-v1.0.4...protons-runtime-v2.0.0) (2022-07-28)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Uses Uint8ArrayList v2
7+
8+
### Features
9+
10+
* support no-copy serialization ([#54](https://github.com/ipfs/protons/issues/54)) ([caa0d71](https://github.com/ipfs/protons/commit/caa0d71b60367f2f3551688ad09fd695840e0852))
11+
112
## [protons-runtime-v1.0.4](https://github.com/ipfs/protons/compare/protons-runtime-v1.0.3...protons-runtime-v1.0.4) (2022-05-10)
213

314

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": "1.0.4",
3+
"version": "2.0.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)