Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Apr 11, 2023
1 parent 6d0a5a7 commit b6f9015
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.1.0] - 2023-04-11

- Add support for Next.js `13.3+`

## [5.0.0] - 2023-04-07
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": "5.0.0",
"version": "5.1.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": "5.0.0",
"version": "5.1.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": "5.0.0",
"version": "5.1.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": "^5.0.0"
"@millihq/pixel-core": "^5.1.0"
},
"peerDependencies": {
"next": ">=13.3.0"
Expand Down

0 comments on commit b6f9015

Please sign in to comment.