diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e36f93cc57f661a8d94f82e0c8267327f04f2a..553a82fe0b50a19a8d6c556e349d35788ceac856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1] - 2019-04-10 +### Changed +- Don't use innerHTML anymore + ## [0.8.0] - 2019-04-10 ### Added - Updated uMatrix recipe diff --git a/extension/manifest.json b/extension/manifest.json index 39ffceba07eb7a5b0b67d2a4d5fb0cadd4619b74..16872d5648031747412bfc93443959202caee527 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extName__", - "version": "0.8.0", + "version": "0.8.1", "description": "__MSG_extShortDesc__", "homepage_url": "https://gitlab.com/Booteille/Invidition", "default_locale": "en", diff --git a/package.json b/package.json index 7a360f9e4b7b22eed52114ba5c66dfd2830c4db6..5d58c8db88ec9bdaa965f0ac24e97326b7803453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "invidition", - "version": "0.8.0", + "version": "0.8.1", "description": "Redirects YouTube links and embeds to their Invidious counterpart without any call to YouTube.", "main": "webpack.config.js", "dependencies": {},