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

Commit ec7c5c1

Browse files
chore(release): 1.0.0 [skip ci]
## [1.0.0](v0.7.1...v1.0.0) (2022-03-28) ### ⚠ BREAKING CHANGES * this module is now ESM-only Co-authored-by: achingbrain <[email protected]> ### Features * convert to typescript ([#151](#151)) ([85ce5cf](85ce5cf)) ### Bug Fixes * add 'node-pre-gyp' installation to 'check' and 'test-node' actions ([#152](#152)) ([bf4a68b](bf4a68b)) ### Trivial Changes * add note about `node-pre-gyp` to readme.md ([#141](#141)) ([ab4cc82](ab4cc82)), closes [#140](#140) * **deps-dev:** bump aegir from 35.2.1 to 36.0.0 ([#139](#139)) ([720cfad](720cfad)) * replace Travis with Github Actions ([#150](#150)) ([a73735b](a73735b)) * update project config ([13ab340](13ab340)) * update Readme ([#148](#148)) ([ba9facb](ba9facb))
1 parent 13ab340 commit ec7c5c1

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [1.0.0](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v0.7.1...v1.0.0) (2022-03-28)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM-only
7+
8+
Co-authored-by: achingbrain <[email protected]>
9+
10+
### Features
11+
12+
* convert to typescript ([#151](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/151)) ([85ce5cf](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/85ce5cf49afcdb788212e250673e8e4f8609055d))
13+
14+
15+
### Bug Fixes
16+
17+
* add 'node-pre-gyp' installation to 'check' and 'test-node' actions ([#152](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/152)) ([bf4a68b](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/bf4a68b9e4a159bb6a4d73a92b11a6cfdb140178))
18+
19+
20+
### Trivial Changes
21+
22+
* add note about `node-pre-gyp` to readme.md ([#141](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/141)) ([ab4cc82](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/ab4cc825d75801972b8c33e37ffca28796b9a1aa)), closes [#140](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/140)
23+
* **deps-dev:** bump aegir from 35.2.1 to 36.0.0 ([#139](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/139)) ([720cfad](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/720cfadaea310c84feb3fe9eecc005ed53e1b95f))
24+
* replace Travis with Github Actions ([#150](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/150)) ([a73735b](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/a73735b80bb32d4f4618e5071abfd17f90679ee1))
25+
* update project config ([13ab340](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/13ab340c9733c8ac0d134e4735a177722780bd27))
26+
* update Readme ([#148](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/148)) ([ba9facb](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/ba9facb708d5f802d0c9010fa3d1351f9a6a11f8))
27+
128
## [0.7.1](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v0.7.0...v0.7.1) (2021-09-20)
229

330

@@ -106,6 +133,3 @@
106133
### Features
107134

108135
* v0.1.0 ([8a5d975](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/8a5d975))
109-
110-
111-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/webrtc-direct",
3-
"version": "0.7.1",
3+
"version": "1.0.0",
44
"description": "Dial using WebRTC without the need to set up any Signalling Rendezvous Point! ",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-webrtc-direct#readme",

0 commit comments

Comments
 (0)