Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit ff65335

Browse files
chore: update versions (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aaeac76 commit ff65335

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.changeset/tricky-fireants-look.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=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

package/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @matthiesenxyz/astro-hashnode
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 3a32776: Initial Release!

package/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@matthiesenxyz/astro-hashnode",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "An Integration to bring your Hashnode Headless Blog content into Astro!",
55
"author": {
66
"email": "adam@matthiesen.xyz",
77
"name": "Adam Matthiesen",
88
"url": "https://matthiesen.xyz"
9-
},
9+
},
1010
"license": "MIT",
1111
"keywords": [
1212
"astro-integration",
@@ -26,7 +26,9 @@
2626
"access": "public"
2727
},
2828
"sideEffects": false,
29-
"files": ["src"],
29+
"files": [
30+
"src"
31+
],
3032
"exports": {
3133
".": "./src/index.ts"
3234
},

0 commit comments

Comments
 (0)