Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Apr 11, 2023
1 parent ce0cd59 commit 6d0a5a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Add support for Next.js `13.3+`

## [5.0.0] - 2023-04-07

- Add support for Next.js 13+
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node-fetch": "^2.0.0"
},
"peerDependencies": {
"next": ">=13.0.0"
"next": ">=13.3.0"
},
"devDependencies": {
"@types/mime-types": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@millihq/pixel-core": "^5.0.0"
},
"peerDependencies": {
"next": ">=13.0.0"
"next": ">=13.3.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
Expand Down

0 comments on commit 6d0a5a7

Please sign in to comment.