Skip to content

Commit 23073eb

Browse files
chore(release): 7.3.0 [skip ci]
## [protons-v7.3.0](protons-v7.2.1...protons-v7.3.0) (2023-11-01) ### Features * add custom protons options for limiting list/map sizes ([#120](#120)) ([a5ba36b](a5ba36b)), closes [#113](#113)
1 parent dfdee5a commit 23073eb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/protons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [protons-v7.3.0](https://github.com/ipfs/protons/compare/protons-v7.2.1...protons-v7.3.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-v7.2.1](https://github.com/ipfs/protons/compare/protons-v7.2.0...protons-v7.2.1) (2023-10-23)
29

310

packages/protons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons",
3-
"version": "7.2.1",
3+
"version": "7.3.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)