From d112b7a30692f776602166e5100f6523ae542051 Mon Sep 17 00:00:00 2001 From: dessant Date: Sun, 19 Mar 2023 10:55:08 +0200 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0009798..0c4719d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. +## [2.0.0](https://github.com/dessant/youtube-autoplay/compare/v1.1.0...v2.0.0) (2023-03-19) + + +### ⚠ BREAKING CHANGES + +* browser versions older than Chrome 92, Edge 92, +and Firefox 91 are no longer supported + +### Features + +* migrate to Vuetify ([5eb8c0e](https://github.com/dessant/youtube-autoplay/commit/5eb8c0e3d9ad2713e3fd6cf95af0d7ef5d801a48)) + + +### Bug Fixes + +* sync autoplay option ([dd4dda9](https://github.com/dessant/youtube-autoplay/commit/dd4dda9e2eba340b2b004031735891162ec73a37)), closes [#7](https://github.com/dessant/youtube-autoplay/issues/7) + ## [1.1.0](https://github.com/dessant/youtube-autoplay/compare/v1.0.2...v1.1.0) (2021-12-26) diff --git a/package-lock.json b/package-lock.json index f5bb2f9..227750b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "youtube-autoplay", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "youtube-autoplay", - "version": "1.1.0", + "version": "2.0.0", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^4.5.8", diff --git a/package.json b/package.json index fbea1c2..8781c77 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-autoplay", - "version": "1.1.0", + "version": "2.0.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/youtube-autoplay",