Version 2.2.0 release

This commit is contained in:
Jordan Eldredge 2025-07-14 16:58:20 -07:00
parent cb2948c2d3
commit 9b03dcd077
3 changed files with 9 additions and 3 deletions

View file

@ -1,11 +1,17 @@
# Changelog
## Unreleased
<!-- ## Unreleased
_These changes are not yet published to NPM with an official version number._
:::tip
If you want access to the changes in this section before they are officially released you can do `npm install webamp@main`.
::: -->
## 2.2.0
:::info
This is the current version of Webamp.
:::
### Improvements

View file

@ -47,7 +47,7 @@ export interface InjectableDependencies {
}
class Webamp {
static VERSION = "1.5.0";
static VERSION = "2.2.0";
_actionEmitter: Emitter;
_root: ReactDOM.Root | null;
_disposable: Disposable;

View file

@ -1,6 +1,6 @@
{
"name": "webamp",
"version": "2.1.2",
"version": "2.2.0",
"description": "Winamp 2 implemented in HTML5 and JavaScript",
"files": [
"built",