Skip to content

Commit 5aa82f7

Browse files
chore(release): 1.0.0 [skip ci]
## protons-runtime-v1.0.0 (2022-03-31) ### ⚠ BREAKING CHANGES * This module is now ESM only ### Features * transpile to ts ([#17](#17)) ([74d3b7a](74d3b7a))
1 parent 74d3b7a commit 5aa82f7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/protons-runtime/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## protons-runtime-v1.0.0 (2022-03-31)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* This module is now ESM only
7+
8+
### Features
9+
10+
* transpile to ts ([#17](https://github.com/ipfs/protons/issues/17)) ([74d3b7a](https://github.com/ipfs/protons/commit/74d3b7abf1e857f7320c100734e797855ea728c1))

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": "0.0.0",
3+
"version": "1.0.0",
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)