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

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - libp2p-webrtc-star-signalling-server@0.1.0
 - libp2p-webrtc-star@0.24.0
  • Loading branch information
achingbrain committed Sep 28, 2021
1 parent 57ad848 commit 39ea3b2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 7 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Expand Up @@ -14,8 +14,7 @@
"message": "chore: publish",
"createRelease": "github",
"conventionalCommits": true,
"verifyAccess": false,
"contents": "dist"
"verifyAccess": false
},
"version": {
"allowBranch": ["master", "release/*"],
Expand Down
16 changes: 16 additions & 0 deletions packages/signalling-server/CHANGELOG.md
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-09-28)


### Features

* make into monorepo ([#376](https://github.com/libp2p/js-libp2p-webrtc-star/issues/376)) ([8c7f5de](https://github.com/libp2p/js-libp2p-webrtc-star/commit/8c7f5de7e1bddf1db240bc5d7634722253326b14))


### BREAKING CHANGES

* The transport module no longer includes the signalling server
2 changes: 1 addition & 1 deletion packages/signalling-server/package.json
@@ -1,6 +1,6 @@
{
"name": "libp2p-webrtc-star-signalling-server",
"version": "0.1.0-pre",
"version": "0.1.0",
"description": "signalling server to use with the libp2p WebRTC transport",
"main": "src/index.js",
"files": [
Expand Down
24 changes: 21 additions & 3 deletions packages/transport/CHANGELOG.md
@@ -1,3 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.24.0 (2021-09-28)


### Features

* make into monorepo ([#376](https://github.com/libp2p/js-libp2p-webrtc-star/issues/376)) ([8c7f5de](https://github.com/libp2p/js-libp2p-webrtc-star/commit/8c7f5de7e1bddf1db240bc5d7634722253326b14))


### BREAKING CHANGES

* The transport module no longer includes the signalling server





# [0.23.0](https://github.com/libp2p/js-libp2p-webrtc-star/compare/v0.22.4...v0.23.0) (2021-07-07)


Expand Down Expand Up @@ -787,6 +808,3 @@ Co-authored-by: Jacob Heun <jacobheun@gmail.com>

<a name="0.1.0"></a>
# 0.1.0 (2016-05-22)



2 changes: 1 addition & 1 deletion packages/transport/package.json
@@ -1,6 +1,6 @@
{
"name": "libp2p-webrtc-star",
"version": "0.23.0",
"version": "0.24.0",
"description": "libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 39ea3b2

Please sign in to comment.