File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ <!-- ## Unreleased
44
55_These changes are not yet published to NPM with an official version number._
66
77:::tip
88If you want access to the changes in this section before they are officially released you can do `npm install webamp@main`.
9+ ::: -->
10+
11+ ## 2.2.0
12+
13+ ::: info
14+ This is the current version of Webamp.
915:::
1016
1117### Improvements
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export interface InjectableDependencies {
4747}
4848
4949class Webamp {
50- static VERSION = "1.5 .0" ;
50+ static VERSION = "2.2 .0" ;
5151 _actionEmitter : Emitter ;
5252 _root : ReactDOM . Root | null ;
5353 _disposable : Disposable ;
Original file line number Diff line number Diff line change 11{
22 "name" : " webamp" ,
3- "version" : " 2.1.2 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " Winamp 2 implemented in HTML5 and JavaScript" ,
55 "files" : [
66 " built" ,
You can’t perform that action at this time.
0 commit comments