From c20557dde21dc939273c6ef1ce2ee2af5083fa7a Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 24 Sep 2018 16:44:59 -0700 Subject: [PATCH] Bump version to 1.2.0 --- CHANGELOG.md | 12 +++++++++++- examples/minimal/index.html | 2 +- examples/webpack/package.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9474ec1..2ef8576f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/examples/minimal/index.html b/examples/minimal/index.html index e1eb95c9..82209308 100755 --- a/examples/minimal/index.html +++ b/examples/minimal/index.html @@ -9,7 +9,7 @@
- +