Skip to content

Commit af0c71b

Browse files
committed
chore(release): 1.1.2 🎉
1 parent e6612b2 commit af0c71b

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.1.2"></a>
2+
## 1.1.2 (2026-01-13)
3+
4+
### 構建 | Build
5+
- use macos-latest image runner (550b355)
6+
- upgrade action with node 24 (2cc3d17)
7+
8+
### 雜項 | Miscellaneous
9+
- remove unused arg in bump_version (32db10d)
10+
11+
**Full Changelog**: https://github.com/rime/squirrel/compare/1.1.1...1.1.2
12+
113
<a name="1.1.1"></a>
214
## 1.1.1 (2026-01-11)
315

Squirrel.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements;
602602
COMBINE_HIDPI_IMAGES = YES;
603603
COPY_PHASE_STRIP = NO;
604-
CURRENT_PROJECT_VERSION = 1.1.1;
604+
CURRENT_PROJECT_VERSION = 1.1.2;
605605
DEAD_CODE_STRIPPING = YES;
606606
FRAMEWORK_SEARCH_PATHS = (
607607
"$(inherited)",
@@ -656,7 +656,7 @@
656656
CLANG_ENABLE_OBJC_ARC = YES;
657657
CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements;
658658
COMBINE_HIDPI_IMAGES = YES;
659-
CURRENT_PROJECT_VERSION = 1.1.1;
659+
CURRENT_PROJECT_VERSION = 1.1.2;
660660
DEAD_CODE_STRIPPING = YES;
661661
FRAMEWORK_SEARCH_PATHS = (
662662
"$(inherited)",

0 commit comments

Comments
 (0)