Skip to content

Commit

Permalink
chore(release): 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Mar 19, 2023
1 parent f203c50 commit 6b5dee6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.

## [7.2.0](https://github.com/regseb/castkodi/compare/v7.1.0...v7.2.0) (2023-03-19)


### Features

* Added translation using Weblate (Dutch) ([c27940f](https://github.com/regseb/castkodi/commit/c27940f74420af381d72f115f8584948d8b899e0))

## [7.1.0](https://github.com/regseb/castkodi/compare/v7.0.0...v7.1.0) (2023-02-28)


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.1.0",
"version": "7.2.0",
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
"keywords": [
"cast",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-chromium.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.1.0",
"version": "7.2.0",
"action": {
"default_icon": {
"16": "img/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-firefox.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.1.0",
"version": "7.2.0",
"action": {
"default_icon": {
"16": "img/icon16.png",
Expand Down

0 comments on commit 6b5dee6

Please sign in to comment.