Skip to content

Commit

Permalink
chore(release): 7.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## protons [7.4.0](protons-v7.3.4...protons-7.4.0) (2024-01-31)

### Features

* runtime size limits for arrays and maps ([#128](#128)) ([a737d05](a737d05))

### Trivial Changes

* update publish config ([942e050](942e050))

### Dependencies

* **protons-runtime:** upgraded to 5.3.0
  • Loading branch information
semantic-release-bot committed Jan 31, 2024
1 parent 665cd1a commit d56d627
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/protons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## protons [7.4.0](https://github.com/ipfs/protons/compare/protons-v7.3.4...protons-7.4.0) (2024-01-31)


### Features

* runtime size limits for arrays and maps ([#128](https://github.com/ipfs/protons/issues/128)) ([a737d05](https://github.com/ipfs/protons/commit/a737d05d8cd8b22568ff489d07c9e4c824cb4f40))


### Trivial Changes

* update publish config ([942e050](https://github.com/ipfs/protons/commit/942e050bc0c14d3c8177da218f178d8dab1c0333))



### Dependencies

* **protons-runtime:** upgraded to 5.3.0

## [protons-v7.3.4](https://github.com/ipfs/protons/compare/protons-v7.3.3...protons-v7.3.4) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/protons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protons",
"version": "7.3.4",
"version": "7.4.0",
"description": "Protobuf to ts transpiler",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",
Expand Down

0 comments on commit d56d627

Please sign in to comment.