Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Nov 18, 2024
1 parent f40cb62 commit 26b5217
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

## [3.0.0] 2024-11-18

### Breaking changes
- Increase the minimum supported node version from 14 to 16
This is the reason for the major release. However, the previous version was not
really compatible with node 14. It was a mistake to list compatibility.

### New features
- Do not use YouTube API to get whitelisted subscriptions (#19)
- Do not permanently delete subscriptions. This shows you the channel name in
the database if the channel is deleted.

### Maintenance
- Add simple tests (currently only config) that run for all supported node versions
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "bbyen",
"version": "2.1.3",
"version": "3.0.0",
"description": "Bring Back YouTube Email Notifications!",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 26b5217

Please sign in to comment.