Skip to content

Commit 58cf60c

Browse files
author
github-actions
committed
chore: bump version to 1.2.1
1 parent b4dfe32 commit 58cf60c

3 files changed

Lines changed: 4 additions & 2 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.2.1] - 2026-05-05
11+
1012
### Fixed
1113

1214
- Patching: Correctly append to nested AOT (array of tables) ([#176]).

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.2.0",
5+
"version": "1.2.1",
66
"license": "MIT",
77
"exports": "./src/index.ts",
88
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@decimalturn/toml-patch",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"contributors": [
55
"Tim Hall <tim.hall.engr@gmail.com>",
66
"Martin Leduc <31558169+DecimalTurn@users.noreply.github.com>"

0 commit comments

Comments
 (0)