Skip to content

Commit 398f066

Browse files
chore(release): 1.0.1 [skip ci]
## [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))
1 parent ecc46cc commit 398f066

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/protons-runtime/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [protons-runtime-v1.0.1](https://github.com/ipfs/protons/compare/protons-runtime-v1.0.0...protons-runtime-v1.0.1) (2022-04-08)
2+
3+
4+
### Bug Fixes
5+
6+
* update aegir, make codec creation dynamic ([#26](https://github.com/ipfs/protons/issues/26)) ([ecc46cc](https://github.com/ipfs/protons/commit/ecc46ccad90696c4d5cda6b2cb1db723770577d0))
7+
18
## protons-runtime-v1.0.0 (2022-03-31)
29

310

packages/protons-runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons-runtime",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Shared code to make your bundle smaller when running protons in your app",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons-runtime#readme",
@@ -147,6 +147,6 @@
147147
"uint8arrays": "^3.0.0"
148148
},
149149
"devDependencies": {
150-
"aegir": "^37.0.5"
150+
"aegir": "^37.0.5"
151151
}
152152
}

0 commit comments

Comments
 (0)