Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [protons-v4.0.0](protons-v3.0.5...protons-v4.0.0) (2022-07-28)

### ⚠ BREAKING CHANGES

* Uses Uint8ArrayList v2

### Features

* support no-copy serialization ([#54](#54)) ([caa0d71](caa0d71))

### Bug Fixes

* update project config ([3199131](3199131))

### Trivial Changes

* update sibling dependencies [skip ci] ([c9291e0](c9291e0))
  • Loading branch information
semantic-release-bot committed Jul 28, 2022
1 parent b2d78dd commit 6ec6ef9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/protons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [protons-v4.0.0](https://github.com/ipfs/protons/compare/protons-v3.0.5...protons-v4.0.0) (2022-07-28)


### ⚠ BREAKING CHANGES

* Uses Uint8ArrayList v2

### Features

* support no-copy serialization ([#54](https://github.com/ipfs/protons/issues/54)) ([caa0d71](https://github.com/ipfs/protons/commit/caa0d71b60367f2f3551688ad09fd695840e0852))


### Bug Fixes

* update project config ([3199131](https://github.com/ipfs/protons/commit/3199131f1f199bcb57fcf1e7aba4ca0b6d9207db))


### Trivial Changes

* update sibling dependencies [skip ci] ([c9291e0](https://github.com/ipfs/protons/commit/c9291e03b3b6a12140a5aa62a30bd94eac559fad))

## [protons-v3.0.5](https://github.com/ipfs/protons/compare/protons-v3.0.4...protons-v3.0.5) (2022-07-28)


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": "3.0.5",
"version": "4.0.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 6ec6ef9

Please sign in to comment.