Skip to content

Commit cda66d7

Browse files
chore(main): release 7.12.1 (#149)
1 parent fbccb34 commit cda66d7

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-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.12.0" }
1+
{ ".": "7.12.1" }

CHANGELOG.md

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

3+
## [7.12.1](https://github.com/regseb/castkodi/compare/v7.12.0...v7.12.1) (2024-11-20)
4+
5+
### Bug Fixes
6+
7+
- Enlever Veoh qui a fermé.
8+
([825ea17](https://github.com/regseb/castkodi/commit/825ea172f07c7d4f9897d784ac1a116668ec0ab4))
9+
- Ne pas afficher la popup de connexion (dans la popup).
10+
([27c7823](https://github.com/regseb/castkodi/commit/27c7823d2db95a3d0f1a5f2f2a5cb85aa8d596d2))
11+
312
## [7.12.0](https://github.com/regseb/castkodi/compare/v7.11.0...v7.12.0) (2024-10-20)
413

514
### 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.12.0",
3+
"version": "7.12.1",
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.12.0",
10+
"version": "7.12.1",
1111
"action": {
1212
"default_icon": {
1313
"16": "img/icon16.png",

0 commit comments

Comments
 (0)