From bf0e34b496f0d0dc4194a504c2a73914909de99f Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:21:55 +0000 Subject: [PATCH 1/3] fix: skilljson (#14) * fix: skilljson * fix: skilljson --- locale/en-us/skill.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 locale/en-us/skill.json diff --git a/locale/en-us/skill.json b/locale/en-us/skill.json new file mode 100644 index 0000000..898af4f --- /dev/null +++ b/locale/en-us/skill.json @@ -0,0 +1,8 @@ +{ + "name": "SomaFM Skill", + "examples": [ + "play soma fm radio", + "play secret agent", + "play metal detector" + ] +} From cd64497b71101d11247780d0255ed4ec1cd4b067 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sun, 17 Nov 2024 14:22:09 +0000 Subject: [PATCH 2/3] Increment Version to 0.1.2a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index bbc2a72..0349344 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_BUILD = 2 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 6b30c6a4bcd5b7309c0512c7d16c5873db551f3b Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sun, 17 Nov 2024 14:22:28 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e608c40..5201430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.1.1a1](https://github.com/OpenVoiceOS/skill-ovos-somafm/tree/0.1.1a1) (2024-10-15) +## [0.1.2a1](https://github.com/OpenVoiceOS/skill-ovos-somafm/tree/0.1.2a1) (2024-11-17) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-somafm/compare/0.1.0...0.1.1a1) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-somafm/compare/0.1.1...0.1.2a1) **Merged pull requests:** -- fix:update\_requirements [\#11](https://github.com/OpenVoiceOS/skill-ovos-somafm/pull/11) ([JarbasAl](https://github.com/JarbasAl)) +- fix: skilljson [\#14](https://github.com/OpenVoiceOS/skill-ovos-somafm/pull/14) ([JarbasAl](https://github.com/JarbasAl))