Skip to content

Commit

Permalink
0.5.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 30, 2022
1 parent 3a0214f commit 1d9d32b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.12 / 30 Oct 2022
This is an alpha release, but new servers should use this version rather than an older "stable" one.

Features:
* Waitlist cycle can be disabled in the admin menu. (#519)
* Waitlist lock state is now a setting in the admin menu. (#519)

Internal:
* Test with MongoDB 6.0. (#536)
* Test with Node.js 19. (539)
* Replace use of deprecated `url` module by `URL` class. (#540)
* Replace LGTM.com by Github Code Scanning. (#462)
* Dependency updates.

## 0.5.0-alpha.11 / 27 Jun 2022
This is an alpha release, but new servers should use this version rather than an older "stable" one.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-core",
"version": "0.5.0-alpha.11",
"version": "0.5.0-alpha.12",
"description": "The üWave core library.",
"license": "MIT",
"repository": "u-wave/core",
Expand Down

0 comments on commit 1d9d32b

Please sign in to comment.