chore: update versions (#5)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-11 06:50:00 -07:00 committed by GitHub
parent aaeac76cc5
commit ff653351bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
"@matthiesenxyz/astro-hashnode": minor
---
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-hashnode
## 0.1.0
### Minor Changes
- 3a32776: Initial Release!

View File

@ -1,12 +1,12 @@
{
"name": "@matthiesenxyz/astro-hashnode",
"version": "0.0.0",
"version": "0.1.0",
"description": "An Integration to bring your Hashnode Headless Blog content into Astro!",
"author": {
"email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen",
"url": "https://matthiesen.xyz"
},
},
"license": "MIT",
"keywords": [
"astro-integration",
@ -26,7 +26,9 @@
"access": "public"
},
"sideEffects": false,
"files": ["src"],
"files": [
"src"
],
"exports": {
".": "./src/index.ts"
},