Skip to content

Commit

Permalink
Merge pull request #3528 from refinedmods/release/1.12.1
Browse files Browse the repository at this point in the history
Release v1.12.1
  • Loading branch information
raoulvdberge authored Jul 3, 2023
2 parents 70deb02 + 63bf55b commit 905bc4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.12.1] - 2023-07-03

### Fixed

- Fixed packages not being published to Maven.

## [1.12.0] - 2023-07-03

### Changed
Expand Down Expand Up @@ -2625,6 +2631,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Fixed Wireless Transmitter crashing when it is transmitting to a removed dimension.
- Fixed disassembling stacked Storage Blocks only returns 1 set of items.

[Unreleased]: https://github.com/refinedmods/refinedstorage/compare/v1.12.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedstorage/compare/v1.12.1...HEAD

[1.12.1]: https://github.com/refinedmods/refinedstorage/compare/v1.12.0...v1.12.1

[1.12.0]: https://github.com/refinedmods/refinedstorage/compare/f10f3e5147a45883375c6d9bffa122d9fadb12b6...v1.12.0
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ repositories {
}
}

group = 'com.refinedmods'

forgeProject("refinedstorage")

archivesBaseName = 'refinedstorage'
Expand Down

0 comments on commit 905bc4e

Please sign in to comment.