Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsemantic-release-bot <semantic-release-bot@martynus.net>2021-06-17 07:16:41 +0300
committersemantic-release-bot <semantic-release-bot@martynus.net>2021-06-17 07:16:41 +0300
commitda67e8a767f9f3d7eb87b1cb6117f5ae6fda2914 (patch)
tree15bd554e61f28a797021209b4b790bdba00dc517
parent73c941c6eb3b539efbbbb499ab3d033531347b19 (diff)
chore(release): 1.0.1v1.0.1
## [1.0.1](https://github.com/webtorrent/webtorrent/compare/v1.0.0...v1.0.1) (2021-06-17) ### Bug Fixes * make utp-native optional ([#1966](https://github.com/webtorrent/webtorrent/issues/1966)) ([73c941c](https://github.com/webtorrent/webtorrent/commit/73c941c6eb3b539efbbbb499ab3d033531347b19))
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bedf42a..c465c41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.0.1](https://github.com/webtorrent/webtorrent/compare/v1.0.0...v1.0.1) (2021-06-17)
+
+
+### Bug Fixes
+
+* make utp-native optional ([#1966](https://github.com/webtorrent/webtorrent/issues/1966)) ([73c941c](https://github.com/webtorrent/webtorrent/commit/73c941c6eb3b539efbbbb499ab3d033531347b19))
+
# [1.0.0](https://github.com/webtorrent/webtorrent/compare/v0.118.0...v1.0.0) (2021-05-21)
diff --git a/package.json b/package.json
index 53552ac..0e06bb0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "webtorrent",
"description": "Streaming torrent client",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": {
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",