Skip to content

Commit 7fec29a

Browse files
committed
2.0.1
1 parent 9087f90 commit 7fec29a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## 2.0.0 / 23 May 2022
7+
## 2.0.1 / 21 Sep 2022
8+
Bugfixes:
9+
* Accept `/c/` vanity URLs.
10+
* Fix crash when `items` is completely missing from Google response.
11+
* Do not store `blockedIn` if it is empty.
812

13+
## 2.0.0 / 23 May 2022
914
Features:
1015
* **breaking:** Add native ES module export.
1116
* **breaking:** Require Node.js 14+.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "u-wave-source-youtube",
33
"description": "YouTube media source for üWave.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": "Sooyou",
66
"contributors": [
77
"Renée Kooi <renee@kooi.me>"

0 commit comments

Comments
 (0)