Skip to content

Commit 37ae6d7

Browse files
author
github-actions
committed
chore: bump version to 1.1.1
1 parent fc4d6b6 commit 37ae6d7

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1] - 2026-04-20
11+
1012
### Fixed
1113

1214
- Patching: Preserve inline comment alignment when patching existing TOML date values with regular JavaScript `Date` objects.

jsr.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"$schema": "https://jsr.io/schema/config-file.v1.json",
44
"name": "@decimalturn/toml-patch",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"license": "MIT",
77
"exports": "./src/index.ts",
88
"publish": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@decimalturn/toml-patch",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"contributors": [
55
"Tim Hall <tim.hall.engr@gmail.com>",
66
"Martin Leduc <31558169+DecimalTurn@users.noreply.github.com>"
@@ -108,4 +108,4 @@
108108
"pnpm.overrides.serialize-javascript": "https://github.com/DecimalTurn/toml-patch/security/dependabot/40"
109109
}
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)