Skip to content

Commit

Permalink
chore(master): πŸ”– release 1.1.0 (#2)
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 e580183 commit ffa7009
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"1.1.0"}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.1.0](https://github.com/BSR-Server/AltairVelocity/compare/v1.0.0...v1.1.0) (2024-06-17)


### Features

* **credential:** ✨ add credential command help ([a763bcf](https://github.com/BSR-Server/AltairVelocity/commit/a763bcf602ae64d668e55a43cd435f7e64766bf1))
* **credential:** πŸ› fix credential help command ([e580183](https://github.com/BSR-Server/AltairVelocity/commit/e580183c228eebf02b579440f30fbe31ddf6a229))
* **data:** ✨ add data command ([680bcfb](https://github.com/BSR-Server/AltairVelocity/commit/680bcfb7dc240e9cefe3a0fc5a161cf656f6e7e1))
* **data:** ✨ synchronized updateData ([6d0ca7d](https://github.com/BSR-Server/AltairVelocity/commit/6d0ca7da7d33d0cd0e740013cb9b7fe20ff7a9ff))
* **data:** ✨ update data command ([94b3ad6](https://github.com/BSR-Server/AltairVelocity/commit/94b3ad680d743bbed39eb4b50825cc3461a4d105))
* **hitokoto:** ✨ update hitokoto command help ([a569f72](https://github.com/BSR-Server/AltairVelocity/commit/a569f72a98e55acd0b32aea3b453e4e6bc8c3dd0))


### Bug Fixes

* πŸ› fix command help ([64d5eb7](https://github.com/BSR-Server/AltairVelocity/commit/64d5eb779dfb9b3ff99ed35480bc8f52dc99e1d9))
* **command:** πŸ› fix help commands color ([35ce831](https://github.com/BSR-Server/AltairVelocity/commit/35ce831dd2222f3a1de0d299e8748937375b9381))
* **command:** πŸ› fix help commands color ([9b49800](https://github.com/BSR-Server/AltairVelocity/commit/9b4980045c6bd601db428380a4191c63dce213d5))

## 1.0.0 (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'org.bsrserver'
version = '1.0.0' // x-release-please-version
version = '1.1.0' // x-release-please-version

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@Plugin(
id = "altair-velocity",
name = "Altair Velocity Plugin",
version = "1.0.0", // x-release-please-version
version = "1.1.0", // x-release-please-version
url = "https://bsrserver.org:8443/",
description = "Altair Velocity Plugin",
authors = {
Expand Down

0 comments on commit ffa7009

Please sign in to comment.