Skip to content

Commit 04bb27b

Browse files
committed
chore(release): 4.13.0
1 parent 30af83d commit 04bb27b

4 files changed

Lines changed: 17 additions & 4 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+
## [4.13.0](https://github.com/regseb/castkodi/compare/v4.12.0...v4.13.0) (2020-02-24)
6+
7+
8+
### Features
9+
10+
* Ajouter le support du Point. ([30af83d](https://github.com/regseb/castkodi/commit/30af83de726a34ca0e84ea8952a95ad058c3bf4a))
11+
* Make scroll wheel adjust volume ([#23](https://github.com/regseb/castkodi/issues/23)) ([9acd790](https://github.com/regseb/castkodi/commit/9acd790b89e2683847975fa8f1857c33d53ceb58))
12+
13+
14+
### Bug Fixes
15+
16+
* Actualiser le scraper de 1tv. ([1a1b46b](https://github.com/regseb/castkodi/commit/1a1b46ba78d74e32c9b4201452491a33024c9656))
17+
518
## [4.12.0](https://github.com/regseb/castkodi/compare/v4.11.0...v4.12.0) (2020-02-04)
619

720

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": "4.12.0",
3+
"version": "4.13.0",
44
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
55
"keyword": [
66
"cast",

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"applications": {
33
"gecko": {
44
"id": "castkodi@regseb.github.io",
5-
"strict_min_version": "72.0"
5+
"strict_min_version": "73.0"
66
}
77
},
88
"manifest_version": 2,
99
"name": "Cast Kodi",
10-
"version": "4.12.0",
10+
"version": "4.13.0",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"48": "img/icon.svg",

0 commit comments

Comments
 (0)