Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [protons-v3.0.2](protons-v3.0.1...protons-v3.0.2) (2022-04-08)

### Bug Fixes

* update aegir, make codec creation dynamic ([#26](#26)) ([ecc46cc](ecc46cc))

### Trivial Changes

* update readme ([#27](#27)) ([0ccb1a3](0ccb1a3))
  • Loading branch information
semantic-release-bot committed Apr 8, 2022
1 parent 193dbfe commit f85d3fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/protons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [protons-v3.0.2](https://github.com/ipfs/protons/compare/protons-v3.0.1...protons-v3.0.2) (2022-04-08)


### Bug Fixes

* update aegir, make codec creation dynamic ([#26](https://github.com/ipfs/protons/issues/26)) ([ecc46cc](https://github.com/ipfs/protons/commit/ecc46ccad90696c4d5cda6b2cb1db723770577d0))


### Trivial Changes

* update readme ([#27](https://github.com/ipfs/protons/issues/27)) ([0ccb1a3](https://github.com/ipfs/protons/commit/0ccb1a36766e620eed2fb65973ff2d6c7854caf9))

## [protons-v3.0.1](https://github.com/ipfs/protons/compare/protons-v3.0.0...protons-v3.0.1) (2022-03-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/protons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protons",
"version": "3.0.1",
"version": "3.0.2",
"description": "Protobuf to ts transpiler",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",
Expand Down Expand Up @@ -152,7 +152,7 @@
"protobufjs": "^6.11.2"
},
"devDependencies": {
"aegir": "^37.0.5",
"aegir": "^37.0.5",
"pbjs": "^0.0.14",
"protons-runtime": "^1.0.0"
}
Expand Down

0 comments on commit f85d3fb

Please sign in to comment.