From cc47037e5eaa888d9a8d28d1ec3500192b125b6c Mon Sep 17 00:00:00 2001 From: dessant Date: Sun, 26 Dec 2021 04:14:30 +0200 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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": {