Skip to content

Commit

Permalink
chore(master): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kernitus committed Dec 26, 2024
1 parent 0ee22a5 commit 158e346
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.0.4"}
{".":"3.0.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0](https://github.com/kernitus/BukkitOldCombatMechanics/compare/v2.0.4...v3.0.0) (2024-12-26)


### ⚠ BREAKING CHANGES

* Remove disable projectile randomness & disable bow boost modules

### Refactoring

* convert codebase to kotlin ([0ee22a5](https://github.com/kernitus/BukkitOldCombatMechanics/commit/0ee22a52bef970d4fdc50ef5029ee98a1cfbc2d8))
* convert updated & commands to kotlin ([6c338fd](https://github.com/kernitus/BukkitOldCombatMechanics/commit/6c338fd3d76f1afd86cd5933fdc7971e59194f97))

## [2.0.4](https://github.com/kernitus/BukkitOldCombatMechanics/compare/2.0.3...v2.0.4) (2024-10-28)


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

group = "kernitus.plugin.OldCombatMechanics"
version = "2.0.5-beta" // x-release-please-version
version = "3.0.0" // x-release-please-version
description = "OldCombatMechanics"


Expand Down

0 comments on commit 158e346

Please sign in to comment.