From fce61aa67efd5ec9c8cd4d22e46b477d8abe6355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 14:55:47 +0000 Subject: [PATCH] release: @archastro/intern v1.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e297d6..b9c5054 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@archastro/intern", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@archastro/intern", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "bin": { "intern": "dist/index.js" diff --git a/package.json b/package.json index 2a23de6..decef2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archastro/intern", - "version": "0.1.0", + "version": "1.0.0", "description": "Command-line client for building and publishing TryIntern sites", "type": "module", "license": "MIT",