From 99b8f55892c8ca80d83018feee543f69fc8f8e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 23 May 2022 17:31:26 +0200 Subject: [PATCH] 2.0.3 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0375fd3..d11ca01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.3 +- Use original titles in search results. + ## 2.0.2 - Add data hook to fix playback support. This requires üWave Core 0.5.0-alpha.5 or higher. diff --git a/package.json b/package.json index a98288c..cd2cf29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-source-soundcloud", - "version": "2.0.2", + "version": "2.0.3", "description": "SoundCloud media source for üWave.", "license": "MIT", "repository": "u-wave/u-wave-source-soundcloud",