Skip to content

Commit

Permalink
chore: Update version for release (#88)
Browse files Browse the repository at this point in the history
* chore: Update version for release

* chore: gitignore example changelog

Signed-off-by: Logan McAnsh <[email protected]>

---------

Signed-off-by: Logan McAnsh <[email protected]>
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 Apr 7, 2023
1 parent 31f5883 commit 5bd36e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-ligers-notice.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ yalc.lock

/example/build
/example/public/build
/example/changelog.md
.eslintcache
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

## 2.7.0

### Minor Changes

- 31f5883: fix for post requests getting aborted

## 2.6.4

### Patch 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": "2.6.4",
"version": "2.7.0",
"description": "Fastify server request handler for Remix",
"repository": "mcansh/remix-fastify",
"license": "MIT",
Expand Down

0 comments on commit 5bd36e9

Please sign in to comment.