Skip to content

Commit

Permalink
chore: Update version for release (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Logan McAnsh <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2023
1 parent 527d33d commit 37ea8f1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/some-unique-id.md

This file was deleted.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@fastify/early-hints": "^1.0.1",
"@mcansh/remix-fastify": "3.0.0",
"@mcansh/remix-fastify": "3.0.1",
"@remix-run/css-bundle": "^2.0.0",
"@remix-run/node": "^2.0.0",
"@remix-run/react": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/remix-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mcansh/remix-fastify

## 3.0.1

### Patch Changes

- 1484ec4: Uses the normalized path for `filePublicPath`.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcansh/remix-fastify",
"version": "3.0.0",
"version": "3.0.1",
"description": "Fastify server request handler for Remix",
"repository": "mcansh/remix-fastify",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37ea8f1

Please sign in to comment.