Skip to content

Commit c4eeea0

Browse files
committed
chore(release): 7.1.0
1 parent 7fcdfe8 commit c4eeea0

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [7.1.0](https://github.com/regseb/castkodi/compare/v7.0.0...v7.1.0) (2023-02-28)
6+
7+
8+
### Features
9+
10+
* Indiquer le support de VidLii. ([74242e3](https://github.com/regseb/castkodi/commit/74242e35f5f29829e192b0472ce1ceb319c6b8a5))
11+
* Indiquer le support du Chaos Computer Club. ([ec234d1](https://github.com/regseb/castkodi/commit/ec234d1368d03b7ad44aa1c73e6752b8e9e8b5a7))
12+
13+
14+
### Bug Fixes
15+
16+
* **ouestfrance:** Chercher dans le nouvel attribut des IFrames. ([fc519b6](https://github.com/regseb/castkodi/commit/fc519b6e84171559414a6f007b2a14661a5276da))
17+
* Translated using Weblate (Spanish) ([d19e215](https://github.com/regseb/castkodi/commit/d19e2154ef14e0140e85912442d45387f493593c))
18+
* **uqload:** Utiliser le nouveau nom de domaine. ([6440ea4](https://github.com/regseb/castkodi/commit/6440ea49becddd841fe0fd5942c4bc8510f44b57))
19+
520
## [7.0.0](https://github.com/regseb/castkodi/compare/v6.10.0...v7.0.0) (2023-01-24)
621

722

package-lock.json

Lines changed: 2 additions & 2 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": "7.0.0",
3+
"version": "7.1.0",
44
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
55
"keywords": [
66
"cast",

src/manifest-chromium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"manifest_version": 3,
99
"name": "Cast Kodi",
10-
"version": "7.0.0",
10+
"version": "7.1.0",
1111
"action": {
1212
"default_icon": {
1313
"16": "img/icon16.png",

src/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"manifest_version": 3,
99
"name": "Cast Kodi",
10-
"version": "7.0.0",
10+
"version": "7.1.0",
1111
"action": {
1212
"default_icon": {
1313
"16": "img/icon16.png",

0 commit comments

Comments
 (0)