Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit e1eeba7

Browse files
chore(release): 1.0.0 [skip ci]
## [1.0.0](v0.10.7...v1.0.0) (2022-02-14) ### ⚠ BREAKING CHANGES * switch to named exports, ESM only Co-authored-by: Marin Petrunić <[email protected]> ### Features * convert to typescript ([#158](#158)) ([0cf727a](0cf727a))
1 parent 0cf727a commit e1eeba7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.0.0](https://github.com/libp2p/js-libp2p-mplex/compare/v0.10.7...v1.0.0) (2022-02-14)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* switch to named exports, ESM only
7+
8+
Co-authored-by: Marin Petrunić <[email protected]>
9+
10+
### Features
11+
12+
* convert to typescript ([#158](https://github.com/libp2p/js-libp2p-mplex/issues/158)) ([0cf727a](https://github.com/libp2p/js-libp2p-mplex/commit/0cf727ae101b3006400701b781d05a12eada59b7))
13+
114
### [0.10.7](https://github.com/libp2p/js-libp2p-mplex/compare/v0.10.6...v0.10.7) (2022-01-14)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-mplex",
3-
"version": "0.10.7",
3+
"version": "1.0.0",
44
"description": "JavaScript implementation of https://github.com/libp2p/mplex",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-mplex#readme",

0 commit comments

Comments
 (0)