Skip to content

Commit

Permalink
Publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvvo committed Jul 6, 2022
1 parent c5e1814 commit ef3a083
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.0-next.2

- Edge Runtime Router by @hoangvvo in https://github.com/hoangvvo/next-connect/pull/200

## 1.0.0-next.1

- security: always return generic 500 error by @hoangvvo in https://github.com/hoangvvo/next-connect/pull/197
- Always attach req.params by @hoangvvo in https://github.com/hoangvvo/next-connect/pull/198
- Add benchmark and update readme by @hoangvvo in https://github.com/hoangvvo/next-connect/pull/199

## 1.0.0-next.0

See https://github.com/hoangvvo/next-connect/releases/tag/v1.0.0-next.0.
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"cookie": "^0.5.0",
"next": "12.2.0",
"next-connect": "file:../..",
"next-connect": "1.0.0-next.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-connect",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"description": "The method routing and middleware layer for Next.js (and many others)",
"keywords": [
"javascript",
Expand Down

0 comments on commit ef3a083

Please sign in to comment.