Skip to content

Commit 8bf01d0

Browse files
chore(release): 2.0.2 [skip ci]
## [protons-runtime-v2.0.2](protons-runtime-v2.0.1...protons-runtime-v2.0.2) (2022-07-30) ### Bug Fixes * use uint8-varint, byte-accesor and longbits modules ([#56](#56)) ([66d72f5](66d72f5))
1 parent 66d72f5 commit 8bf01d0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/protons-runtime/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [protons-runtime-v2.0.2](https://github.com/ipfs/protons/compare/protons-runtime-v2.0.1...protons-runtime-v2.0.2) (2022-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* use uint8-varint, byte-accesor and longbits modules ([#56](https://github.com/ipfs/protons/issues/56)) ([66d72f5](https://github.com/ipfs/protons/commit/66d72f50ca3733b97efa5155d3cdcb33ec531d4a))
7+
18
## [protons-runtime-v2.0.1](https://github.com/ipfs/protons/compare/protons-runtime-v2.0.0...protons-runtime-v2.0.1) (2022-07-28)
29

310

packages/protons-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons-runtime",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
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",

0 commit comments

Comments
 (0)