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-30 06:25:19 +0300
committersemantic-release-bot <semantic-release-bot@martynus.net>2021-06-30 06:25:19 +0300
commitc5230bffcf770f50775cbe538a6089ce8302885b (patch)
tree19719f1d7c546af8f42c8cc2e00e4366d0e35a18
parent2bf6cf42e09c448cab0dddcd74ea9a49dc3f18a0 (diff)
chore(release): 1.0.3v1.0.3
## [1.0.3](https://github.com/webtorrent/webtorrent/compare/v1.0.2...v1.0.3) (2021-06-30) ### Bug Fixes * remove deprecated functionality ([#2118](https://github.com/webtorrent/webtorrent/issues/2118)) ([2bf6cf4](https://github.com/webtorrent/webtorrent/commit/2bf6cf42e09c448cab0dddcd74ea9a49dc3f18a0))
-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 d88e1c8..9e60415 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.0.3](https://github.com/webtorrent/webtorrent/compare/v1.0.2...v1.0.3) (2021-06-30)
+
+
+### Bug Fixes
+
+* remove deprecated functionality ([#2118](https://github.com/webtorrent/webtorrent/issues/2118)) ([2bf6cf4](https://github.com/webtorrent/webtorrent/commit/2bf6cf42e09c448cab0dddcd74ea9a49dc3f18a0))
+
## [1.0.2](https://github.com/webtorrent/webtorrent/compare/v1.0.1...v1.0.2) (2021-06-23)
diff --git a/package.json b/package.json
index 9e6d2bc..859a456 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "webtorrent",
"description": "Streaming torrent client",
- "version": "1.0.2",
+ "version": "1.0.3",
"author": {
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",