Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.2.1](https://github.com/AtriusX/Waystones/compare/v2.2.0...v2.2.1) (2026-05-22)


### Bug Fixes

* [#136](https://github.com/AtriusX/Waystones/issues/136) Add more robust block safety checks ([#137](https://github.com/AtriusX/Waystones/issues/137)) ([8e937a2](https://github.com/AtriusX/Waystones/commit/8e937a2e245aad0e3b073bcbcfda5fe0883c8bde))
* Key command can be executed in invalid ways ([#132](https://github.com/AtriusX/Waystones/issues/132)) ([56e928d](https://github.com/AtriusX/Waystones/commit/56e928d181af9f7e62f44ad238831e41d347a8a8))

## [2.2.0](https://github.com/AtriusX/Waystones/compare/v2.1.5...v2.2.0) (2026-05-14)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx4098m
# x-release-please-start-version
version=2.2.0
version=2.2.1
# x-release-please-end

buildPaperVersion=26.1.2
Expand Down