Skip to content

Commit 2bae75d

Browse files
chore(release): bump version to 1.3.1
1 parent a8ef4ce commit 2bae75d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.1] - 2026-02-06
6+
7+
### Bug Fixes
8+
9+
- **tests**: Eliminate unreachable code warnings on Linux by @alexey1312
10+
11+
- Unify JSON handling across platforms by @alexey1312
12+
13+
514
## [1.3.0] - 2026-02-05
615

716
### Bug Fixes

Sources/ExFig/ExFigCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ enum ExFigError: LocalizedError {
5252

5353
@main
5454
struct ExFigCommand: AsyncParsableCommand {
55-
static let version = "v1.3.0"
55+
static let version = "v1.3.1"
5656

5757
static let svgFileConverter = NativeVectorDrawableConverter()
5858
static let fileWriter = FileWriter()

0 commit comments

Comments
 (0)