File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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>"
108108 "pnpm.overrides.serialize-javascript" : " https://github.com/DecimalTurn/toml-patch/security/dependabot/40"
109109 }
110110 }
111- }
111+ }
You can’t perform that action at this time.
0 commit comments