Chore: Ready for Release #5

Merged
github-actions[bot] merged 1 commits from changeset-release/main into main 2024-03-11 13:50:00 +00:00
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"
},