Skip to content

Commit fd1622d

Browse files
chore(release): 3.0.0 [skip ci]
## [protons-runtime-v3.0.0](protons-runtime-v2.0.2...protons-runtime-v3.0.0) (2022-08-10) ### ⚠ BREAKING CHANGES * the exported types of `protons-runtime` have changed and protobuf encoders/decoders will need to be regenerated ### Bug Fixes * increase encoding/decoding performance ([#58](#58)) ([9987b97](9987b97))
1 parent 9987b97 commit fd1622d

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-v3.0.0](https://github.com/ipfs/protons/compare/protons-runtime-v2.0.2...protons-runtime-v3.0.0) (2022-08-10)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the exported types of `protons-runtime` have changed and protobuf encoders/decoders will need to be regenerated
7+
8+
### Bug Fixes
9+
10+
* increase encoding/decoding performance ([#58](https://github.com/ipfs/protons/issues/58)) ([9987b97](https://github.com/ipfs/protons/commit/9987b97cc6910dd67152c3a9c0941ae0ab0a8b9a))
11+
112
## [protons-runtime-v2.0.2](https://github.com/ipfs/protons/compare/protons-runtime-v2.0.1...protons-runtime-v2.0.2) (2022-07-30)
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": "2.0.2",
3+
"version": "3.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)