Skip to content

Commit 12fd76f

Browse files
committed
chore(release): 5.14.0
1 parent 70f82b4 commit 12fd76f

4 files changed

Lines changed: 28 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.14.0](https://github.com/regseb/castkodi/compare/v5.13.0...v5.14.0) (2021-07-03)
6+
7+
8+
### Features
9+
10+
* Ajouter le support de GoPlay. ([02e2ab5](https://github.com/regseb/castkodi/commit/02e2ab592b16195da917ba241ed454f39de0d4a5))
11+
* Réorganiser la playlist par drag-n-drop. ([a437c24](https://github.com/regseb/castkodi/commit/a437c24620bf1464eafe1b8c4f57c2d835b6c279))
12+
13+
14+
### Bug Fixes
15+
16+
* Corriger la récupération des noms des chaines Twitch. ([3b9bda5](https://github.com/regseb/castkodi/commit/3b9bda5f722b32662c610e915f7b497600899aa2))
17+
518
## [5.13.0](https://github.com/regseb/castkodi/compare/v5.12.0...v5.13.0) (2021-05-24)
619

720

package-lock.json

Lines changed: 13 additions & 26 deletions
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.13.0",
3+
"version": "5.14.0",
44
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
55
"keywords": [
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.13.0",
10+
"version": "5.14.0",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"48": "img/icon.svg",

0 commit comments

Comments
 (0)