From a9d1863928de2d88305b45981243d09d5b9fddd4 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Mon, 3 Aug 2026 16:55:58 +0000 Subject: [PATCH] chore(release): v0.4.0 Ships the `records` command (#12), which inspects the CNAME, MX and TXT records published for a name, with type filtering and --json. It has been on main since #12 merged but was never published: the version stayed at 0.3.0, so `npm i @moshcoder/moshpit-dns` still gave you a build with no `records` subcommand at all. Same shape as the AAAA and no-dash fixes that sat unpublished behind a stale version earlier. Minor, not patch: this adds a command to the CLI surface. Co-Authored-By: Claude Opus 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 913a020..a070512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moshcoder/moshpit-dns", - "version": "0.3.0", + "version": "0.4.0", "type": "module", "license": "MIT", "description": "Resolve Moshpit names on this machine. A tiny DNS bridge for .whatever endings, routed per-suffix so the rest of the internet is untouched.",