Skip to content

Commit 98a66fb

Browse files
chore(release): 5.0.0 [skip ci]
## [protons-v5.0.0](protons-v4.0.3...protons-v5.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)) ### Trivial Changes * update sibling deps ([7568283](7568283))
1 parent 7568283 commit 98a66fb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/protons/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [protons-v5.0.0](https://github.com/ipfs/protons/compare/protons-v4.0.3...protons-v5.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+
12+
13+
### Trivial Changes
14+
15+
* update sibling deps ([7568283](https://github.com/ipfs/protons/commit/756828339bc1ad3fae784b28d7d218bbc55c3518))
16+
117
## [protons-v4.0.3](https://github.com/ipfs/protons/compare/protons-v4.0.2...protons-v4.0.3) (2022-08-04)
218

319

packages/protons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "Protobuf to ts transpiler",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",

0 commit comments

Comments
 (0)