Skip to content

Commit

Permalink
chore(release): 1.24.0-dev.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.24.0-dev.2](v1.24.0-dev.1...v1.24.0-dev.2) (2024-04-21)

### Bug Fixes

* Opening mod settings with root installation results in crash ([8161644](8161644))
* Opening mod settings with root installation results in crash ([47e7670](47e7670))
* unescaped character on `pl` string values ([a6444be](a6444be))
  • Loading branch information
semantic-release-bot committed Apr 21, 2024
1 parent 8161644 commit faca510
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.24.0-dev.2](https://github.com/crimera/piko/compare/v1.24.0-dev.1...v1.24.0-dev.2) (2024-04-21)


### Bug Fixes

* Opening mod settings with root installation results in crash ([8161644](https://github.com/crimera/piko/commit/81616443f2104eb1633c2c92c555f45341a7680e))
* Opening mod settings with root installation results in crash ([47e7670](https://github.com/crimera/piko/commit/47e7670cc09da736cbca6c9447f82d9fa343ee56))
* unescaped character on `pl` string values ([a6444be](https://github.com/crimera/piko/commit/a6444bed45872df6a55be17a2b64dd2d40e2d16a))

## [1.24.0-dev.1](https://github.com/crimera/piko/compare/v1.23.0...v1.24.0-dev.1) (2024-04-19)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.24.0-dev.1
version = 1.24.0-dev.2

0 comments on commit faca510

Please sign in to comment.