Skip to content

Commit

Permalink
2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 29, 2021
1 parent 67816f1 commit 772a02c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bin": {
"u-wave-web": "bin/u-wave-web"
Expand Down

0 comments on commit 772a02c

Please sign in to comment.