From c1899ce495af2402bda37656c07bfa3d473cf7c6 Mon Sep 17 00:00:00 2001 From: louiss0 Date: Sun, 23 Jul 2023 21:37:36 -0400 Subject: [PATCH] chore: release v1.0.0 --- packages/markdoc-html-tag-schemas/CHANGELOG.md | 2 +- packages/markdoc-html-tag-schemas/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/markdoc-html-tag-schemas/CHANGELOG.md b/packages/markdoc-html-tag-schemas/CHANGELOG.md index 0ec3e19..69d79c1 100755 --- a/packages/markdoc-html-tag-schemas/CHANGELOG.md +++ b/packages/markdoc-html-tag-schemas/CHANGELOG.md @@ -1,6 +1,6 @@ # For Astro Markdoc HTML Tags -## [Unreleased] +## [1.0.0] - 2023-07-23 This is the first version of this package. diff --git a/packages/markdoc-html-tag-schemas/package.json b/packages/markdoc-html-tag-schemas/package.json index 8ad33a5..18a297b 100755 --- a/packages/markdoc-html-tag-schemas/package.json +++ b/packages/markdoc-html-tag-schemas/package.json @@ -1,6 +1,6 @@ { "name": "markdoc-html-tag-schemas", - "version": "0.0.0", + "version": "1.0.0", "type": "module", "module": "./dist/index.js", "types": "./dist/index.d.ts", @@ -35,4 +35,4 @@ "markdown", "markdoc" ] -} \ No newline at end of file +}