Skip to content

Commit 6fd81c1

Browse files
chore(release): 3.0.0 [skip ci]
## [protons-v3.0.0](protons-v2.0.3...protons-v3.0.0) (2022-03-31) ### ⚠ BREAKING CHANGES * This module is now ESM only ### Features * transpile to ts ([#17](#17)) ([74d3b7a](74d3b7a)) ### Trivial Changes * update protons-runtime dep ([#19](#19)) ([e119076](e119076))
1 parent e119076 commit 6fd81c1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/protons/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [protons-v3.0.0](https://github.com/ipfs/protons/compare/protons-v2.0.3...protons-v3.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))
11+
12+
13+
### Trivial Changes
14+
15+
* update protons-runtime dep ([#19](https://github.com/ipfs/protons/issues/19)) ([e119076](https://github.com/ipfs/protons/commit/e119076f82e735a8e991cc74505e255523f83bea))

packages/protons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protons",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "Protobuf to ts transpiler",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",

0 commit comments

Comments
 (0)