Skip to content

Commit

Permalink
chore(main): release 7.12.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 20, 2024
1 parent 872e879 commit a67ce23
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "7.11.0" }
{ ".": "7.12.0" }
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [7.12.0](https://github.com/regseb/castkodi/compare/v7.11.0...v7.12.0) (2024-10-20)

### Features

- Gérer les vidéos embarquées dans Reddit.
([800d01b](https://github.com/regseb/castkodi/commit/800d01b471699c45604e76a93d48baee9d7c59ba))

### Bug Fixes

- Actualiser le scraper de Apple Podcast.
([1186958](https://github.com/regseb/castkodi/commit/1186958df4e2a58bea6614a98b31746da0349ca2))
- Actualiser le scraper de The Guardian.
([2f5c88b](https://github.com/regseb/castkodi/commit/2f5c88b4be0e1175c6834d36f112980cf00b2fea))
- Corriger le labeler de Dailymotion.
([8166b25](https://github.com/regseb/castkodi/commit/8166b25d7834a5f6f6bee7a06864943998910991))
- Corriger le scraper de CBC Listen.
([d0709b8](https://github.com/regseb/castkodi/commit/d0709b8ee90c58bd43eb89e75ec9f63ae38e1c9a))
- Corriger le scraper et le labeler de Twitch.
([a7dc643](https://github.com/regseb/castkodi/commit/a7dc643cd56fc5e821cc9f6f9d42c74b35037ca7))

## [7.11.0](https://github.com/regseb/castkodi/compare/v7.10.0...v7.11.0) (2024-07-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castkodi",
"version": "7.11.0",
"version": "7.12.0",
"description": "WebExtension pour diffuser des vidéos et des musiques sur Kodi.",
"keywords": [
"cast",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"manifest_version": 3,
"name": "Cast Kodi",
"version": "7.11.0",
"version": "7.12.0",
"action": {
"default_icon": {
"16": "img/icon16.png",
Expand Down

0 comments on commit a67ce23

Please sign in to comment.