From c8541ce24bc1a7bd96053221f6d74c02593db93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Thu, 8 Dec 2022 17:54:38 +0100 Subject: [PATCH] 0.5.0-alpha.14 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38bfc95e..696cee60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.5.0-alpha.14 / 08 Dec 2022 +This is an alpha release, but new servers should use this version rather than an older "stable" one. + +Bugfixes: + * Fix result count when filtering playlist items. (#546) + ## 0.5.0-alpha.13 / 05 Nov 2022 This is an alpha release, but new servers should use this version rather than an older "stable" one. diff --git a/package.json b/package.json index 6c43fa3f..cdab08af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-core", - "version": "0.5.0-alpha.13", + "version": "0.5.0-alpha.14", "description": "The üWave core library.", "license": "MIT", "repository": "u-wave/core",