Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Apr 2, 2023
1 parent e06de8f commit e4fdb52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning].
## [Unreleased]
- /

## [2.7.10] - 2023-04-02
### Added
- Added `ItemFilter.canPerformAnyAction()` and `ItemFilter.canPerformAction()` for Forge to check if an item can perform a tool action.

### Fix
- Fix crash when trying to remove global modifiers from forge

## [2.7.9] - 2023-01-08
### Changed
- Add structure tags `#tag` support in `anyStructure()` condition
Expand Down Expand Up @@ -109,6 +116,7 @@ We are now on 1.18.2!

<!-- Versions -->
[unreleased]: https://github.com/AlmostReliable/lootjs/compare/1.18...HEAD
[2.7.10]: https://github.com/AlmostReliable/lootjs/releases/tag/v1.18-2.7.10
[2.7.9]: https://github.com/AlmostReliable/lootjs/releases/tag/v1.18-2.7.9
[2.7.8]: https://github.com/AlmostReliable/lootjs/releases/tag/v1.18-2.7.8
[2.7.7]: https://github.com/AlmostReliable/lootjs/releases/tag/v1.18-2.7.7
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = com.almostreliable.lootjs
license = GNU Lesser General Public License v3.0
version = 2.7.9
version = 2.7.10
mixin_version = 0.8.5

# Common
Expand Down

0 comments on commit e4fdb52

Please sign in to comment.