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

Commit

Permalink
chore: update versions (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 11, 2024
1 parent aaeac76 commit ff65335
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tricky-fireants-look.md

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=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
7 changes: 7 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @matthiesenxyz/astro-hashnode

## 0.1.0

### Minor Changes

- 3a32776: Initial Release!
8 changes: 5 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -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"
},

0 comments on commit ff65335

Please sign in to comment.