Skip to content

Commit 022395c

Browse files
committed
Bump version to 1.1.10 and update changelog
1 parent c8c8577 commit 022395c

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.1.10 - 2025-11-23
9+
10+
### Fixed
11+
12+
- Incorrect mixins in schematic loading (#184, thanks @MoePus)
13+
814
## 1.1.9 - 2025-11-09
915

1016
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steam_n_rails_version=1.6.10-alpha+forge-mc1.20.1
4141
mod_id=create_connected
4242
mod_name=Create: Connected
4343
mod_license=GNU Affero General Public License v3.0
44-
mod_version=1.1.9-mc1.21.1
44+
mod_version=1.1.10-mc1.21.1
4545
mod_group_id=com.hlysine.create_connected
4646
mod_authors=Lysine
4747
mod_description=Quality-of-life blocks that you wish existed in Create.

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"homepage": "https://github.com/hlysine/create_connected/",
33
"promos": {
4-
"1.21.1-recommended": "1.1.9-mc1.21.1",
5-
"1.20.1-recommended": "1.1.9-mc1.20.1",
4+
"1.21.1-recommended": "1.1.10-mc1.21.1",
5+
"1.20.1-recommended": "1.1.10-mc1.20.1",
66
"1.19.2-recommended": "0.9.4-mc1.19.2",
77
"1.18.2-recommended": "0.9.5-mc1.18.2"
88
}

0 commit comments

Comments
 (0)