Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wvffle committed Oct 31, 2020
1 parent e2adb03 commit 820fb80
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,22 @@ 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 - 2020-09-11
## v1.1.0 - 2020-10-31

### Fixed

- Fix #5
- Fix #6
- Fix #1
- Fix #15

### Commits

- Add lockfile
- Add tests and fix REPL mode completion
- Add testing environment
- Add french translation
- Fix input position when mode changes
- Update changelog generation
- Fix changelog
- Document Mode class
- Document History & bot.dashboard
- Fix wrong cursor rendering when added offset
- Fix repl mode completion
- Fix completion
- Revert "Fix completion"
Expand All @@ -40,7 +36,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Spelling fix
- Add returns for History.prev()
- Fix line break
- Fix tests on push
- Support completion for minecraft versions before 1.13
- Update comments
- Revert "Support completion for minecraft versions before 1.13"
Expand All @@ -57,6 +52,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix completion with 0 text
- Make the width relative to the length of MODE

## v1.0.0 - 2020-09-11

### Fixed

- Fix #5
- Fix #6
- Fix #1

### Commits

- Add testing environment
- Fix wrong cursor rendering when added offset
- Fix tests on push

## v1.0.0-alpha.6 - 2020-02-06

### Commits
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "1.1.0",
"main": "index.js",
"repository": "https://github.com/wvffle/mineflayer-ui.git",
"author": "Kasper Seweryn <github@wvffle.net>",
Expand Down

0 comments on commit 820fb80

Please sign in to comment.