From 94ff8144d5fc6f4c17137216e007f8195525a4b4 Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 28 May 2024 23:28:57 +0300 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 14 +++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e30b96d..be4840a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [3.0.0](https://github.com/dessant/youtube-autoplay/compare/v2.0.1...v3.0.0) (2024-05-28) + + +### ⚠ BREAKING CHANGES + +* browser versions older than Chrome 123, Edge 123, +Firefox 115 and Opera 109 are no longer supported + +### Features + +* upgrade to Manifest V3 in Chrome ([6badc97](https://github.com/dessant/youtube-autoplay/commit/6badc976425e8ddf0090bfa1cf2d6323fc0195cb)) ### [2.0.1](https://github.com/dessant/youtube-autoplay/compare/v2.0.0...v2.0.1) (2023-07-17) diff --git a/package-lock.json b/package-lock.json index 027215a..a88aded 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "youtube-autoplay", - "version": "2.0.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "youtube-autoplay", - "version": "2.0.1", + "version": "3.0.0", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^5.0.13", diff --git a/package.json b/package.json index ae17853..cf9d3f6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-autoplay", - "version": "2.0.1", + "version": "3.0.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/youtube-autoplay",