Merge pull request #9 from MatthiesenXYZ/changeset-release/main

chore: update versions
This commit is contained in:
Adam Matthiesen 2024-02-24 02:16:32 -08:00 committed by GitHub
commit d82d32194b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"@matthiesenxyz/astro-gists": patch
---
Initial release

1
.npmrc Normal file
View File

@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=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

7
package/CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# @matthiesenxyz/astro-gists
## 0.0.1
### Patch Changes
- fbf4a7a: Initial release

View File

@ -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",