Skip to content

Commit

Permalink
Merge pull request #57 from OpenVoiceOS/release-0.1.10a1
Browse files Browse the repository at this point in the history
Release 0.1.10a1
  • Loading branch information
JarbasAl authored Nov 23, 2024
2 parents 4983fba + 8bb79ee commit 20c476b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.1.9a1](https://github.com/OpenVoiceOS/ovos-skill-news/tree/0.1.9a1) (2024-11-22)
## [0.1.10a1](https://github.com/OpenVoiceOS/ovos-skill-news/tree/0.1.10a1) (2024-11-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-news/compare/0.1.8...0.1.9a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-news/compare/0.1.9...0.1.10a1)

**Merged pull requests:**

- fix: remove dead stream [\#53](https://github.com/OpenVoiceOS/ovos-skill-news/pull/53) ([JarbasAl](https://github.com/JarbasAl))
- Add Catalan translation [\#56](https://github.com/OpenVoiceOS/ovos-skill-news/pull/56) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
38 changes: 38 additions & 0 deletions locale/ca-es/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"skill_id": "skill-ovos-news.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-news",
"extra_plugins": {
"core": [

],
"PHAL": [

],
"listener": [

],
"audio": [
"ovos-ocp-news-plugin"
],
"media": [
"ovos-ocp-news-plugin"
],
"gui": [

]
},
"name": "Canals de notícies",
"description": "Canals de notícies d'arreu del món.",
"examples": [
"posa les notícies",
"posa npr news",
"posa euronews",
"posa notícies en català",
"posa notícies en portuguès",
"posta notícies en castellà"
],
"tags": [
"notícies",
"informació"
]
}
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_BUILD = 9
VERSION_ALPHA = 0
VERSION_BUILD = 10
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 20c476b

Please sign in to comment.