Skip to content

Commit a67ce23

Browse files
chore(main): release 7.12.0 (#145)
1 parent 872e879 commit a67ce23

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "7.11.0" }
1+
{ ".": "7.12.0" }

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [7.12.0](https://github.com/regseb/castkodi/compare/v7.11.0...v7.12.0) (2024-10-20)
4+
5+
### Features
6+
7+
- Gérer les vidéos embarquées dans Reddit.
8+
([800d01b](https://github.com/regseb/castkodi/commit/800d01b471699c45604e76a93d48baee9d7c59ba))
9+
10+
### Bug Fixes
11+
12+
- Actualiser le scraper de Apple Podcast.
13+
([1186958](https://github.com/regseb/castkodi/commit/1186958df4e2a58bea6614a98b31746da0349ca2))
14+
- Actualiser le scraper de The Guardian.
15+
([2f5c88b](https://github.com/regseb/castkodi/commit/2f5c88b4be0e1175c6834d36f112980cf00b2fea))
16+
- Corriger le labeler de Dailymotion.
17+
([8166b25](https://github.com/regseb/castkodi/commit/8166b25d7834a5f6f6bee7a06864943998910991))
18+
- Corriger le scraper de CBC Listen.
19+
([d0709b8](https://github.com/regseb/castkodi/commit/d0709b8ee90c58bd43eb89e75ec9f63ae38e1c9a))
20+
- Corriger le scraper et le labeler de Twitch.
21+
([a7dc643](https://github.com/regseb/castkodi/commit/a7dc643cd56fc5e821cc9f6f9d42c74b35037ca7))
22+
323
## [7.11.0](https://github.com/regseb/castkodi/compare/v7.10.0...v7.11.0) (2024-07-05)
424

525
### Features

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.11.0",
3+
"version": "7.12.0",
44
"description": "WebExtension pour diffuser des vidéos et des 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": 3,
99
"name": "Cast Kodi",
10-
"version": "7.11.0",
10+
"version": "7.12.0",
1111
"action": {
1212
"default_icon": {
1313
"16": "img/icon16.png",

0 commit comments

Comments
 (0)