diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13fae61..4da20b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
### Unreleased
+### [1.2.1] - 2026-04-20
+
+- fix(package.json): syntax
+
### [1.2.0] - 2026-04-19
- feat(index): add tokenizeQuoted, ~10x faster char/quote/comments
@@ -222,3 +226,4 @@
[1.1.7]: https://github.com/NicTool/dns-zone/releases/tag/v1.1.7
[1.1.8]: https://github.com/NicTool/dns-zone/releases/tag/v1.1.8
[1.2.0]: https://github.com/NicTool/dns-zone/releases/tag/v1.2.0
+[1.2.1]: https://github.com/NicTool/dns-zone/releases/tag/v1.2.1
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 084bc82..fba4d2d 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -2,7 +2,7 @@
This handcrafted artisanal software is brought to you by:
-| 
msimerson (29) |
+| 
msimerson (30) |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
this file is generated by [.release](https://github.com/msimerson/.release).
diff --git a/package.json b/package.json
index 7f55454..2089b11 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
{
"name": "@nictool/dns-zone",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "DNS Zone",
"main": "index.js",
"type": "module",
"bin": {
- "dns-zone": "./bin/dns-zone.js"
+ "dns-zone": "bin/dns-zone.js"
},
"files": [
"bin",