diff --git a/CHANGELOG.md b/CHANGELOG.md index a456b88..3c54592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.0.0-alpha.3](https://github.com/wvffle/mineflayer-ui/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) - 2020-02-05 +## [v1.0.0-alpha.4](https://github.com/wvffle/mineflayer-ui/compare/v1.0.0-alpha.2...v1.0.0-alpha.4) - 2020-02-05 ### Commits - Add CHANGELOG.md [`847c2c3`](https://github.com/wvffle/mineflayer-ui/commit/847c2c345a115e809ec8a20302dedf791453af06) +- Fix linting [`748f1c0`](https://github.com/wvffle/mineflayer-ui/commit/748f1c0a5477a504ed11369b5d9ba78cc7224d6b) - Add mouse scrolling to mode and log windows [`a1ff900`](https://github.com/wvffle/mineflayer-ui/commit/a1ff900294b0cb26b269222de5be8d9f01eba04d) - Fix linting [`8a54bc1`](https://github.com/wvffle/mineflayer-ui/commit/8a54bc1265e21814fdeecc835f16e7c9ceaf2259) - Add error logging section in README.md [`a6c53e1`](https://github.com/wvffle/mineflayer-ui/commit/a6c53e17fc6f3036e36488215dc78ca04c73373e) diff --git a/package.json b/package.json index 6ba76b9..dcd3116 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mineflayer-dashboard", "description": "A dashboard layout for single mineflayer bot.", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "main": "index.js", "repository": "https://github.com/wvffle/mineflayer-ui.git", "author": "Kasper Seweryn ", @@ -11,7 +11,6 @@ "fix": "standard --fix", "readme": "markdown-toc README.md -i && git add README.md", "changelog": "auto-changelog -up && git add CHANGELOG.md", - "version": "changelog", "test": "exit 0" }, "engines": {