Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Apr 7, 2023
1 parent 9ef0601 commit 83e1340
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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]

## [5.0.0] - 2023-04-07

- Add support for Next.js 13+
- `node-fetch` is now an optional dependency
(it is not required if you are using an environment that has native `fetch` available)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "4.3.0",
"version": "5.0.0",
"license": "Apache-2.0",
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@millihq/pixel-core",
"version": "4.3.0",
"version": "5.0.0",
"main": "./dist/image-optimizer.js",
"types": "./dist/image-optimizer.d.ts",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@millihq/pixel-express",
"version": "4.3.0",
"version": "5.0.0",
"main": "./dist/middleware.js",
"types": "./dist/middleware.d.ts",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"postpack": "rm ./LICENSE ./CHANGELOG.md"
},
"dependencies": {
"@millihq/pixel-core": "^4.3.0"
"@millihq/pixel-core": "^5.0.0"
},
"peerDependencies": {
"next": ">=13.0.0"
Expand Down

0 comments on commit 83e1340

Please sign in to comment.