diff --git a/.gitignore b/.gitignore index c4d47bd..88e5d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,6 @@ package-lock.json .idea/misc.xml .idea/modules.xml .idea/vcs.xml + +# Other stuff +docma.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 783a2bf..26d1906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4bb9a7c..f8035eb 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.5", + "version": "1.0.0-alpha.6", "main": "index.js", "repository": "https://github.com/wvffle/mineflayer-ui.git", "author": "Kasper Seweryn ",