diff --git a/CHANGELOG.md b/CHANGELOG.md index 6175155..0009798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.1.0](https://github.com/dessant/youtube-autoplay/compare/v1.0.2...v1.1.0) (2021-12-26) + + +### Features + +* update internals ([d0656aa](https://github.com/dessant/youtube-autoplay/commit/d0656aa4313865df7d565602cdaa66ba87f7645d)) + ### [1.0.2](https://github.com/dessant/youtube-autoplay/compare/v1.0.1...v1.0.2) (2021-12-16) diff --git a/package-lock.json b/package-lock.json index 2de3645..d9f250c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "youtube-autoplay", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "youtube-autoplay", - "version": "1.0.2", + "version": "1.1.0", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^4.5.1", diff --git a/package.json b/package.json index e7b552e..682395a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-autoplay", - "version": "1.0.2", + "version": "1.1.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "repository": {