Bump version to 1.2.0

This commit is contained in:
Jordan Eldredge 2018-09-24 16:44:59 -07:00
parent 2da0d8ee53
commit c20557dde2
4 changed files with 14 additions and 4 deletions

View File

@ -2,7 +2,17 @@
### Features
Users can pass an initial layout (TODO: Documentation)
- Users can pass an initial layout (TODO: Documentation)
## 1.2.0
### Features
- Users can register an `onWillClose` callback, which is passed a `cancel` function. The `cancel` function can be called to prevent Webamp from closing. [#655](https://github.com/captbaritone/webamp/pull/655)
### Internal changes
- Webamp is now mostly built with [TypeScript](https://www.typescriptlang.org/).
## 1.1.2

View File

@ -9,7 +9,7 @@
<div id='app'>
<!-- Webamp will attempt to center itself within this div -->
</div>
<script src="https://unpkg.com/webamp@1.1.2/built/webamp.bundle.min.js"></script>
<script src="https://unpkg.com/webamp@1.2.0/built/webamp.bundle.min.js"></script>
<script>
const Webamp = window.Webamp;
new Webamp({

View File

@ -10,6 +10,6 @@
"license": "ISC",
"dependencies": {
"webpack-cli": "^2.0.13",
"webamp": "1.1.2"
"webamp": "1.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "webamp",
"version": "1.1.2",
"version": "1.2.0",
"description": "Winamp 2 implemented in HTML5 and JavaScript",
"main": "built/webamp.bundle.js",
"files": [