Skip to content

Commit

Permalink
chore: version package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2024
1 parent 79dfeb9 commit b0b06a7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-jars-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-snakes-beam.md

This file was deleted.

9 changes: 9 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# fhub

## 0.0.1

### Patch Changes

- [`8f05e4e`](https://github.com/dalechyn/fhub/commit/8f05e4e471f31b637c159559a77aa91d6f54c7f0) Thanks [@dalechyn](https://github.com/dalechyn)! - Initial release.

- [`1029b78`](https://github.com/dalechyn/fhub/commit/1029b78db45bd2454d796a6a8b500f4acf633f73) Thanks [@dalechyn](https://github.com/dalechyn)! - Export types
1 change: 1 addition & 0 deletions src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const version = '0.0.1'
2 changes: 1 addition & 1 deletion src/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dalechyn/fhub",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": "./index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fhub",
"description": "TypeScript Interface for Farcaster Hubs",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit b0b06a7

Please sign in to comment.