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 +}