diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1de7a..2154848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.4.1](https://github.com/dessant/buster/compare/v0.4.0...v0.4.1) (2019-02-22) + + +### Bug Fixes + +* account for OS scaling during mouse movement ([e055850](https://github.com/dessant/buster/commit/e055850)), closes [#27](https://github.com/dessant/buster/issues/27) +* break early during challenge reset ([baa6581](https://github.com/dessant/buster/commit/baa6581)) + + + # [0.4.0](https://github.com/dessant/buster/compare/v0.3.0...v0.4.0) (2019-02-18) diff --git a/package.json b/package.json index 3a158da..7446e43 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buster", - "version": "0.4.0", + "version": "0.4.1", "author": "Armin Sebastian", "repository": "https://github.com/dessant/buster", "license": "GPL-3.0-only",