diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3aed247..5a88d1290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0-alpha.36 / 18 Nov 2024 +While this is an alpha release, new servers should use this rather than an older "stable" version. + +Features: + * Support dropping YouTube music links into a playlist. (#3116) + +Fixes: + * Fix selecting chapters in the media edit dialog. (#3117) + ## 2.0.0-alpha.35 / 07 Oct 2024 While this is an alpha release, new servers should use this rather than an older "stable" version. diff --git a/npm/package.json b/npm/package.json index 97c8bf377..6021e026e 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-web", - "version": "2.0.0-alpha.35", + "version": "2.0.0-alpha.36", "description": "Web client for üWave servers.", "author": "Renée Kooi ", "license": "MIT", diff --git a/package-lock.json b/package-lock.json index ab900331f..3224f53d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "u-wave-web-build", - "version": "2.0.0-alpha.35", + "version": "2.0.0-alpha.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "u-wave-web-build", - "version": "2.0.0-alpha.35", + "version": "2.0.0-alpha.36", "license": "MIT", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.4.0", @@ -13799,7 +13799,7 @@ }, "npm": { "name": "u-wave-web", - "version": "2.0.0-alpha.35", + "version": "2.0.0-alpha.36", "license": "MIT", "dependencies": { "env-schema": "^6.0.0", diff --git a/package.json b/package.json index f85873757..bca9dc8e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "u-wave-web-build", "description": "Web client for üWave servers.", - "version": "2.0.0-alpha.35", + "version": "2.0.0-alpha.36", "author": "Renée Kooi ", "type": "module", "dependencies": {