Skip to content

Commit 0d76fe7

Browse files
committed
chore(release): 6.1.2
1 parent aeb952c commit 0d76fe7

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [6.1.2](https://github.com/regseb/castkodi/compare/v6.1.1...v6.1.2) (2021-12-08)
6+
7+
8+
### Bug Fixes
9+
10+
* Actualiser le scraper pour Apple Podcasts. ([1073229](https://github.com/regseb/castkodi/commit/107322978bd4e2cd393df5b72c7d885638f6a2fa))
11+
* Actualiser le scraper pour Vidyard. ([a394625](https://github.com/regseb/castkodi/commit/a394625daa4117447d262f80c62917666103a869))
12+
513
### [6.1.1](https://github.com/regseb/castkodi/compare/v6.1.0...v6.1.1) (2021-10-13)
614

715

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castkodi",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
55
"keywords": [
66
"cast",

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"manifest_version": 2,
99
"name": "Cast Kodi",
10-
"version": "6.1.1",
10+
"version": "6.1.2",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"16": "img/icon16.png",

0 commit comments

Comments
 (0)