diff --git a/CHANGELOG.md b/CHANGELOG.md index a38d1f8a43..0bcb878470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.9.1](https://www.github.com/blinkk/degu/compare/v1.9.0...v1.9.1) (2021-07-25) + + +### Bug Fixes + +* progressWatcher handling of 0 and 1 bounds ([#127](https://www.github.com/blinkk/degu/issues/127)) ([26d2d5b](https://www.github.com/blinkk/degu/commit/26d2d5bb1d5619aaceef8a55a55c0ddac4e53605)) + ## [1.9.0](https://www.github.com/blinkk/degu/compare/v1.8.2...v1.9.0) (2021-07-22) diff --git a/package-lock.json b/package-lock.json index 7624d1e4b3..44dd2f0591 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@blinkk/degu", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76a617f43c..498e6d3e1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blinkk/degu", - "version": "1.9.0", + "version": "1.9.1", "description": "A general utility library for interactive websites, with a focus on performance.", "author": "Blinkk ", "main": "lib/index.js",