Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2021-03-24)

### Bug Fixes

* **operations:** fix script not loading if starting on a /playlist page ([416d72e](416d72e)), closes [#9](#9)
* **style:** remove unused stylesheet ([76d09b3](76d09b3))
* **ui:** dynamic remove doesnt decrement counter ([58dd78f](58dd78f)), closes [#19](#19)
  • Loading branch information
github-actions committed Mar 24, 2021
1 parent 9c336b0 commit 679b3ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [1.4.2](https://github.com/avallete/yt-playlists-delete-enhancer/compare/v1.4.1...v1.4.2) (2021-03-24)


### Bug Fixes

* **operations:** fix script not loading if starting on a /playlist page ([416d72e](https://github.com/avallete/yt-playlists-delete-enhancer/commit/416d72e9e9560f75f0b9f6e8297a2eacf19640f9)), closes [#9](https://github.com/avallete/yt-playlists-delete-enhancer/issues/9)
* **style:** remove unused stylesheet ([76d09b3](https://github.com/avallete/yt-playlists-delete-enhancer/commit/76d09b341e91a21c277cf0e13bc0343cd1d23ec5))
* **ui:** dynamic remove doesnt decrement counter ([58dd78f](https://github.com/avallete/yt-playlists-delete-enhancer/commit/58dd78fa780c79acbe51dec137a196bf6f29938b)), closes [#19](https://github.com/avallete/yt-playlists-delete-enhancer/issues/19)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "yt-playlists-delete-enhancer",
"description": "Add a button to remove videos watched with more than X percent from watch later playlist.",
"private": true,
Expand Down

0 comments on commit 679b3ba

Please sign in to comment.