diff --git a/.changeset/rotten-waves-switch.md b/.changeset/rotten-waves-switch.md deleted file mode 100644 index 57d5e23..0000000 --- a/.changeset/rotten-waves-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -Initial release diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..7cb2bb6 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +//registry.npmjs.org/:_authToken=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 diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md new file mode 100644 index 0000000..a48a550 --- /dev/null +++ b/package/CHANGELOG.md @@ -0,0 +1,7 @@ +# @matthiesenxyz/astro-gists + +## 0.0.1 + +### Patch Changes + +- fbf4a7a: Initial release diff --git a/package/package.json b/package/package.json index f880575..1c8056b 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.0.0", + "version": "0.0.1", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",