mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 22:45:18 +00:00
Bump version
This commit is contained in:
parent
45c2c22ba1
commit
1ea20d1a53
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## 0.0.6
|
||||
|
||||
* Added: `winamp.appendTracks()`.
|
||||
* Added: `winamp.setTracksToPlay()`.
|
||||
* Changed: We no-longer try to center on window resize.
|
||||
* Meta: Added real documentation!
|
||||
* Meta: Remove lots of garbage from the NPM build.
|
||||
|
||||
## Prehistory
|
||||
|
||||
In all older versions, the API was not stable enough to merit a changelog.
|
||||
|
|
@ -12,7 +12,7 @@ Or, you can include it via a script tag:
|
|||
|
||||
```html
|
||||
<!-- You can use this URL, or download it and check it into your own project -->
|
||||
<script src="https://unpkg.com/winamp2-js@0.0.5/built/winamp.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/winamp2-js@0.0.6/built/winamp.bundle.min.js"></script>
|
||||
```
|
||||
|
||||
## Create a container
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "winamp2-js",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"main": "built/winamp.bundle.js",
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue