Skip to content

Commit

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

## [2.7.9] - 2023-01-08
### Changed
- Add structure tags `#tag` support in `anyStructure()` condition
- Remove structure id validation in `anyStructure()` because of timing issues ... :')
- Fix load issue on fabric (Should fix weird null pointer exception on fabric)

## [2.7.8] - 2023-01-08
### Changed
- Fix ([#10](https://github.com/AlmostReliable/lootjs/issues/10))
Expand Down Expand Up @@ -103,6 +109,7 @@ We are now on 1.18.2!

<!-- Versions -->
[unreleased]: https://github.com/AlmostReliable/lootjs/compare/1.18...HEAD
[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
[2.7.6]: https://github.com/AlmostReliable/lootjs/releases/tag/v1.18-2.7.6
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.8
version = 2.7.9
mixin_version = 0.8.5

# Common
Expand Down

0 comments on commit b44e433

Please sign in to comment.