diff --git a/CHANGELOG.md b/CHANGELOG.md index 8349642eb..08a815ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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.1 / 29 Jun 2021 +While this is an alpha release, new servers should use this rather than an older "stable" version. + +Thanks to @Mrcl1450 for their contributions to this release! + +Features: + * Added support for native ES module import on the server side. (#2078) + ```js + import createWebClient from 'u-wave-web/middleware'; + ``` +Bugfixes: + * Fix youtube loading on mobile. (#2075) + * Add package.json "bin" key for the executable file that was added in 2.0.0-alpha.0. + +Internal: + * Dependency updates. + ## 2.0.0-alpha.0 / 15 Apr 2021 While this is an alpha release, new servers should use this rather than an older "stable" version. diff --git a/package.json b/package.json index 38b1cf352..ec5829ace 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.0", + "version": "2.0.0-alpha.1", "author": "Renée Kooi ", "bin": { "u-wave-web": "bin/u-wave-web"