Skip to content

Commit 9b03dcd

Browse files
committed
Version 2.2.0 release
1 parent cb2948c commit 9b03dcd

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

packages/webamp-docs/docs/12_changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
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
88
If 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

packages/webamp/js/webampLazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface InjectableDependencies {
4747
}
4848

4949
class Webamp {
50-
static VERSION = "1.5.0";
50+
static VERSION = "2.2.0";
5151
_actionEmitter: Emitter;
5252
_root: ReactDOM.Root | null;
5353
_disposable: Disposable;

packages/webamp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)