diff --git a/CHANGELOG.md b/CHANGELOG.md index 38837c3ba..7fbb4cca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.9.3 / 19 Jun 2018 +Bugfixes: + * Pin react-list to v0.8.9 to fix react-list-lazy-load incompatibility. + ## 1.9.2 / 19 Jun 2018 Bugfixes: * Use global polyfills for new runtime features. (#1009) diff --git a/package-lock.json b/package-lock.json index 4f7a443a1..225f70baa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "u-wave-web", - "version": "1.9.2", + "version": "1.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ab57c485..84f275945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-web", - "version": "1.9.2", + "version": "1.9.3", "description": "Web client for üWave servers.", "author": "Renée Kooi ", "license": "MIT",