Skip to content

Commit

Permalink
chore(master): 🔖 release 1.2.0 (#3)
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 bdc3032 commit 32a698e
Show file tree
Hide file tree
Showing 4 changed files with 10 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,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* **data:** ✨ debug message ([bdc3032](https://github.com/BSR-Server/AltairVelocity/commit/bdc3032631f864ef9f680b9aea9b038aba7bb51d))

## [1.1.0](https://github.com/BSR-Server/AltairVelocity/compare/v1.0.0...v1.1.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.1.0' // x-release-please-version
version = '1.2.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.1.0", // x-release-please-version
version = "1.2.0", // x-release-please-version
url = "https://bsrserver.org:8443/",
description = "Altair Velocity Plugin",
authors = {
Expand Down

0 comments on commit 32a698e

Please sign in to comment.