Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Sep 27, 2021
1 parent 45bd33c commit 59cf551
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [6.0.0](https://github.com/regseb/castkodi/compare/v5.16.0...v6.0.0) (2021-09-27)


### Features

* Fournir une version pour Chromium. ([f468199](https://github.com/regseb/castkodi/commit/f4681995eb72917ebad1bbda36bcbfa73b3c0df8))

## [5.16.0](https://github.com/regseb/castkodi/compare/v5.15.0...v5.16.0) (2021-09-18)


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": "5.16.0",
"version": "6.0.0",
"description": "WebExtension pour diffuser des vidéos / 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": 2,
"name": "Cast Kodi",
"version": "5.16.0",
"version": "6.0.0",
"description": "__MSG_manifest_description__",
"icons": {
"16": "img/icon16.png",
Expand Down
4 changes: 2 additions & 2 deletions test/polyfill/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import nodeFetch from "node-fetch";
*
* @type {string}
*/
const USER_AGENT = "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0)" +
" Gecko/20100101 Firefox/88.0";
const USER_AGENT = "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:92.0)" +
" Gecko/20100101 Firefox/92.0";

/**
* Cherche une ressource.
Expand Down

0 comments on commit 59cf551

Please sign in to comment.