diff --git a/CHANGELOG.md b/CHANGELOG.md index 0376dbe..a33a0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [0.5.0](https://github.com/dessant/youtube-autoplay/compare/v0.4.0...v0.5.0) (2019-06-01) + + +### Features + +* change license to GPLv3 ([acff864](https://github.com/dessant/youtube-autoplay/commit/acff864)) + + + ## [0.4.0](https://github.com/dessant/youtube-autoplay/compare/v0.3.1...v0.4.0) (2019-06-01) diff --git a/package.json b/package.json index 44a3f25..472aadd 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-autoplay", - "version": "0.4.0", + "version": "0.5.0", "author": "Armin Sebastian", "repository": "https://github.com/dessant/youtube-autoplay", "license": "GPL-3.0-only",