Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This handcrafted artisanal software is brought to you by:

| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/NicTool/dns-zone/commits?author=msimerson">29</a>) |
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/NicTool/dns-zone/commits?author=msimerson">30</a>) |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<sub>this file is generated by [.release](https://github.com/msimerson/.release).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading