mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Version 2.2.0 release
This commit is contained in:
parent
cb2948c2d3
commit
9b03dcd077
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "webamp",
|
||||
"version": "2.1.2",
|
||||
"version": "2.2.0",
|
||||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"files": [
|
||||
"built",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue