1 parent b4dfe32 commit 58cf60cCopy full SHA for 58cf60c
3 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.2.1] - 2026-05-05
11
+
12
### Fixed
13
14
- Patching: Correctly append to nested AOT (array of tables) ([#176]).
jsr.jsonc
@@ -2,7 +2,7 @@
2
{
3
"$schema": "https://jsr.io/schema/config-file.v1.json",
4
"name": "@decimalturn/toml-patch",
5
- "version": "1.2.0",
+ "version": "1.2.1",
6
"license": "MIT",
"exports": "./src/index.ts",
"publish": {
package.json
@@ -1,6 +1,6 @@
1
"contributors": [
"Tim Hall <tim.hall.engr@gmail.com>",
"Martin Leduc <31558169+DecimalTurn@users.noreply.github.com>"
0 commit comments