Skip to content

Commit 654399c

Browse files
committed
chore(release): 5.8.0
1 parent b05f623 commit 654399c

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [5.8.0](https://github.com/regseb/castkodi/compare/v5.7.0...v5.8.0) (2021-01-08)
6+
7+
8+
### Features
9+
10+
* Ajouter le support de Pokémon TV. ([ea6d4ac](https://github.com/regseb/castkodi/commit/ea6d4acc42f8232b5c4c471b07b78f3337f82ce5))
11+
12+
13+
### Bug Fixes
14+
15+
* Enlever les balises de mises en forme des titres. ([edcb4af](https://github.com/regseb/castkodi/commit/edcb4af8f6114e4eaebfbfa715aaf033cc80315c))
16+
517
## [5.7.0](https://github.com/regseb/castkodi/compare/v5.6.0...v5.7.0) (2020-12-22)
618

719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castkodi",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
55
"keyword": [
66
"cast",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"manifest_version": 2,
99
"name": "Cast Kodi",
10-
"version": "5.7.0",
10+
"version": "5.8.0",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"48": "img/icon.svg",

0 commit comments

Comments
 (0)