Skip to content

Commit

Permalink
v1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wvffle committed Feb 6, 2020
1 parent 08e510f commit e7bce4e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ package-lock.json
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml

# Other stuff
docma.json
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@ 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.5](https://github.com/wvffle/mineflayer-ui/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) - 2020-02-05
## [v1.0.0-alpha.6](https://github.com/wvffle/mineflayer-ui/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) - 2020-02-06

### Commits

- Cleanup code semantics [`9ed02d5`](https://github.com/wvffle/mineflayer-ui/commit/9ed02d50a69bdcc14a5bc892f3c9d5233b32488a)
- Add JSDoc tags [`9a5ffb7`](https://github.com/wvffle/mineflayer-ui/commit/9a5ffb7d86e2582996fe796f1f65468535d47b36)
- Add JSDoc tags [`08e510f`](https://github.com/wvffle/mineflayer-ui/commit/08e510fa0ede41f126f21049426749adf8e6780a)
- Fix a typo [`17c4ba3`](https://github.com/wvffle/mineflayer-ui/commit/17c4ba331f8a804714642dd3ee33320ed136731b)
- Remove same elements in a row in history [`b30a564`](https://github.com/wvffle/mineflayer-ui/commit/b30a564788c1d3eac1f2926e68b2e6c2ae5a078f)
- Fix skipping last history element [`e2fd240`](https://github.com/wvffle/mineflayer-ui/commit/e2fd2409ea32c1b9cbd9241e0bba5bb079c97161)

## [v1.0.0-alpha.5](https://github.com/wvffle/mineflayer-ui/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) - 2020-02-05

### Commits

- Fix no 'new' when creating class instance [`eca2be8`](https://github.com/wvffle/mineflayer-ui/commit/eca2be874027a8f9e4a9a0047ec673a72a7ae57a)

## [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
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-alpha.5",
"version": "1.0.0-alpha.6",
"main": "index.js",
"repository": "https://github.com/wvffle/mineflayer-ui.git",
"author": "Kasper Seweryn <github@wvffle.net>",
Expand Down

0 comments on commit e7bce4e

Please sign in to comment.