Skip to content

Commit

Permalink
chore(master): πŸ”– release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 17, 2024
1 parent 72d2103 commit 47c6a19
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{".":"1.0.0"}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## 1.0.0 (2024-06-17)


### Features

* ✨ add scheduledDeletionAt to MinecraftProfile ([169f98c](https://github.com/BSR-Server/AltairVelocity/commit/169f98cd52ef300818b470ff7c0d3210942fa473))
* ✨ basic structure ([ac166d1](https://github.com/BSR-Server/AltairVelocity/commit/ac166d1957b67d652af31c597e57df98248a7a97))
* ✨ full server group support ([a190330](https://github.com/BSR-Server/AltairVelocity/commit/a190330da10615f2fbd8b1892469408a3f6ae277))
* ✨ update command help msg ([d133af5](https://github.com/BSR-Server/AltairVelocity/commit/d133af5d21b827b7bcb1b5786bd0d73ad19924e6))
* ✨ update DataManager ([2029922](https://github.com/BSR-Server/AltairVelocity/commit/2029922a707584287c971698cb6f93fc4705d8d6))
* ✨ update ServerInfo ([61b3e1a](https://github.com/BSR-Server/AltairVelocity/commit/61b3e1ae8e775d3ed28442ac24d0b8f0b82cc1f1))
* πŸŽ‰ initial commit ([e217949](https://github.com/BSR-Server/AltairVelocity/commit/e217949f33e1a83dc4d77337c8b6ce474f921ef6))
* **credential:** ✨ add credential ([ba53dad](https://github.com/BSR-Server/AltairVelocity/commit/ba53dad31a8e6dc267f20315914647b95dd62e67))
* **data:** ✨ data cache ([3bbec39](https://github.com/BSR-Server/AltairVelocity/commit/3bbec39b31018f31f8fa8d0fd64e5aae15377f4f))
* **greeter:** ✨ add greeter ([e701738](https://github.com/BSR-Server/AltairVelocity/commit/e701738ccb0f47b78c872d5c28a94aa7a0c28d6a))
* **hitokoto:** ✨ add hitokoto command ([b922a29](https://github.com/BSR-Server/AltairVelocity/commit/b922a29cbcc55b3d8e33bf374a59c3f11cae1707))
* **whitelist:** ✨ whitelist ([f5355d0](https://github.com/BSR-Server/AltairVelocity/commit/f5355d05ed0f5693bc78ece752f2103f94df343c))


### Bug Fixes

* πŸ› fix data manager ([20a6339](https://github.com/BSR-Server/AltairVelocity/commit/20a633933830bcad4a56ddab26b6ce7961e1fcdd))
* πŸ› fix online players count check ([70f08f8](https://github.com/BSR-Server/AltairVelocity/commit/70f08f8e6d885428e6823533d92b53d0e200a41a))
* **whitelist:** πŸ› avoid duplicate disconnect ([d28ea3a](https://github.com/BSR-Server/AltairVelocity/commit/d28ea3a60d7d6806af4a06b9226b8dc2cc6a6d0f))


### Performance Improvements

* **data:** ⚑️ asynchronized update data ([945dfbc](https://github.com/BSR-Server/AltairVelocity/commit/945dfbc7bc27e192dc795fdecc9d0a8d44b88c80))
* **data:** ⚑️ update data task schedule ([e5c6ce4](https://github.com/BSR-Server/AltairVelocity/commit/e5c6ce4a1075461dd0574ec91c63e9941ea79e73))

0 comments on commit 47c6a19

Please sign in to comment.