Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 21, 2022
1 parent 9087f90 commit 7fec29a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.

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

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

## 2.0.0 / 23 May 2022
Features:
* **breaking:** Add native ES module export.
* **breaking:** Require Node.js 14+.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "u-wave-source-youtube",
"description": "YouTube media source for üWave.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Sooyou",
"contributors": [
"Renée Kooi <[email protected]>"
Expand Down

0 comments on commit 7fec29a

Please sign in to comment.