Skip to content

Commit

Permalink
v1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wvffle committed Feb 5, 2020
1 parent 748f1c0 commit e30f734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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": {
Expand Down

0 comments on commit e30f734

Please sign in to comment.