Skip to content

Commit

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

### Bug Fixes

* inconsistencies on app mount between chrome and firefox ([bdb2d24](bdb2d24))
* style must load on any pages ([c3c6d31](c3c6d31))

### Features

* add material design ([2101cc7](2101cc7)), closes [#10](#10)
  • Loading branch information
github-actions committed Mar 27, 2021
1 parent 403c33e commit f007146
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## [1.4.2](https://github.com/avallete/yt-playlists-delete-enhancer/compare/v1.4.1...v1.4.2) (2021-03-24)
# [1.5.0](https://github.com/avallete/yt-playlists-delete-enhancer/compare/v1.4.2...v1.5.0) (2021-03-27)


### Bug Fixes

* inconsistencies on app mount between chrome and firefox ([bdb2d24](https://github.com/avallete/yt-playlists-delete-enhancer/commit/bdb2d24a73bd3ae6dae11de6fff561da952ceaa8))
* style must load on any pages ([c3c6d31](https://github.com/avallete/yt-playlists-delete-enhancer/commit/c3c6d31b3463469b96e4dcf8cbd2b88b39cbff90))


### Features

* add material design ([2101cc7](https://github.com/avallete/yt-playlists-delete-enhancer/commit/2101cc7fd38e41d48343bf168e582c3cf216c937)), closes [#10](https://github.com/avallete/yt-playlists-delete-enhancer/issues/10)

## [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)
- **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.2",
"version": "1.5.0",
"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 f007146

Please sign in to comment.