Bump version

This commit is contained in:
Jordan Eldredge 2018-03-28 21:31:22 -07:00
parent 45c2c22ba1
commit 1ea20d1a53
3 changed files with 13 additions and 2 deletions

11
CHANGELOG.md Normal file
View 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.

View file

@ -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

View file

@ -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": [