From 1ec41293c89ad379a98d22f2594466e1abb0c1f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:51:11 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2716e68..92eced1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/AnthonyPorthouse/minecraft-server/compare/v1.4.0...v2.0.0) (2024-06-22) + + +### ⚠ BREAKING CHANGES + +* dynamically install loaders based on environment + +### Features + +* dynamically install loaders based on environment ([b6ad815](https://github.com/AnthonyPorthouse/minecraft-server/commit/b6ad8159a6699c833c7bd6de714d9a30ab300dc7)) + ## [1.4.0](https://github.com/AnthonyPorthouse/minecraft-server/compare/v1.3.0...v1.4.0) (2024-06-06)