Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [protons-runtime-v1.0.1](protons-runtime-v1.0.0...protons-runtime-v1.0.1) (2022-04-08)

### Bug Fixes

* update aegir, make codec creation dynamic ([#26](#26)) ([ecc46cc](ecc46cc))
  • Loading branch information
semantic-release-bot committed Apr 8, 2022
1 parent ecc46cc commit 398f066
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/protons-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [protons-runtime-v1.0.1](https://github.com/ipfs/protons/compare/protons-runtime-v1.0.0...protons-runtime-v1.0.1) (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))

## protons-runtime-v1.0.0 (2022-03-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/protons-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protons-runtime",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shared code to make your bundle smaller when running protons in your app",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons-runtime#readme",
Expand Down Expand Up @@ -147,6 +147,6 @@
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"aegir": "^37.0.5"
"aegir": "^37.0.5"
}
}

0 comments on commit 398f066

Please sign in to comment.