From 8bba58d2d6f33a395fb0225af49c783384fa3d03 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 13 Jan 2024 11:20:07 +0000 Subject: [PATCH] chore(release): version v1.6.0 [skip ci] --- CHANGELOG.md | 28 ++++++++++++++-------------- pom.xml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa034f..c8ea77f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.6.0](https://github.com/VoperAD/SlimeFrame/compare/v1.5.1...v1.6.0) (2024-01-13) + + +### Bug Fixes + +* add terracotta to TerracottaGenerator ([fd6f711](https://github.com/VoperAD/SlimeFrame/commit/fd6f711e0b4307f4a4bc7e58339178f19eb817e9)) + + +### Features + +* **api:** start of events api ([f500c16](https://github.com/VoperAD/SlimeFrame/commit/f500c168a74c382d149f259538580078e98958fb)) + + + ## [1.5.1](https://github.com/VoperAD/SlimeFrame/compare/v1.5.0...v1.5.1) (2024-01-01) @@ -43,17 +57,3 @@ -# [1.4.0](https://github.com/VoperAD/SlimeFrame/compare/v1.3.2...v1.4.0) (2023-12-09) - - -### Bug Fixes - -* **auto trader:** use static BlockPosition maps to store variables instead of non-static variables ([aca5aab](https://github.com/VoperAD/SlimeFrame/commit/aca5aab5ffa8fee701dcd46cd8b712f5d80c9ca4)) - - -### Features - -* **updater:** add logic for upgrading to major versions ([ba022c9](https://github.com/VoperAD/SlimeFrame/commit/ba022c96677341cae86d5157cfe4d872e0feef9d)) - - - diff --git a/pom.xml b/pom.xml index 648cac8..4a91d3d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 me.voper SlimeFrame - 1.5.1 + 1.6.0 ${java.version}