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

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## @libp2p/webrtc-star-v1.0.0 (2022-02-10)

### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#401](#401)) ([fb7950c](fb7950c))
  • Loading branch information
semantic-release-bot committed Feb 10, 2022
1 parent dff8108 commit c24a7bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/webrtc-star-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @libp2p/webrtc-star-v1.0.0 (2022-02-10)


### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#401](https://github.com/libp2p/js-libp2p-webrtc-star/issues/401)) ([fb7950c](https://github.com/libp2p/js-libp2p-webrtc-star/commit/fb7950c5d688b62878af8e6538175eb1ff93ec22))

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/webrtc-star-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/webrtc-star",
"version": "0.25.0",
"version": "1.0.0",
"description": "libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-webrtc-star/tree/master/packages/webrtc-star-transport#readme",
Expand Down

0 comments on commit c24a7bb

Please sign in to comment.