From 62a68a102a6937aaa221a387e309f31e638ff8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 12 Jun 2018 12:19:06 +0200 Subject: [PATCH] 1.9.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba726d8f8..2fdb3bcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.9.1 / 12 Jun 2018 +Bugfixes: + * Add a label to the volume mute/unmute button. (#988) + * Add a minimum width to mobile drawers. (#984) + * Add `lang` attribute to the html element. (#986) + * Animate scroll down button in and out on keyboard focus. (#983) + ## 1.9.0 / 09 Jun 2018 Features: * Add autocomplete attributes to help browsers detect login forms. (#964) diff --git a/package-lock.json b/package-lock.json index a47ab66e4..2c86b127c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "u-wave-web", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b037f19b..1b4ef6edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-web", - "version": "1.9.0", + "version": "1.9.1", "description": "Web client for üWave servers.", "author": "Renée Kooi ", "license": "MIT",