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 a57bfab commit ae159e8
Show file tree
Hide file tree
Showing 3 changed files with 28 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"}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* Remove no lapis enchantments module
* Remove disable projectile randomness & disable bow boost modules

### Features

* remove showMessage from enderpearl & crafting modules, relying on empty to disable ([a57bfab](https://github.com/kernitus/BukkitOldCombatMechanics/commit/a57bfabd6b28770764b34dd119e3adabf3799b1f))


### Documentation

* grammar ([02ec0c4](https://github.com/kernitus/BukkitOldCombatMechanics/commit/02ec0c470ea687581f9319e631c89ebf27aec6e4))
* update list of modules in readme ([3f6c0b4](https://github.com/kernitus/BukkitOldCombatMechanics/commit/3f6c0b48c5277737c760daa2b699ca41c906de8c))


### 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))
* fix onPLayerQuit return type warnings ([9bef3ef](https://github.com/kernitus/BukkitOldCombatMechanics/commit/9bef3ef129dbe4697b73d03ecd69e351fa472b73))
* more idiomatic kotlin & null safety ([53a4e42](https://github.com/kernitus/BukkitOldCombatMechanics/commit/53a4e42ab808fea9cf60fcd042b3a412e790a217))

## [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 = "3.0.0-beta" // x-release-please-version
version = "3.0.0" // x-release-please-version
description = "OldCombatMechanics"


Expand Down

0 comments on commit ae159e8

Please sign in to comment.