Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Sep 14, 2019
1 parent 55dbcbe commit 1a28324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2019-09-13
### Added
- mmst algorhitm to reduce and optimize WebRTC connections.
- timeout for connections and requests.
Expand All @@ -15,3 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- move signal websocket logic outside to provide a clean signal API.

## 1.0.0 - 2019-09-11 [YANKED]
[Unreleased]: https://github.com/geut/discovery-swarm-webrtc/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/geut/discovery-swarm-webrtc/compare/v1.0.0...v2.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geut/discovery-swarm-webrtc",
"version": "2.0.0-alpha.19",
"version": "2.0.0",
"description": "discovery-swarm for WebRTC.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 1a28324

Please sign in to comment.