Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Apr 7, 2023
1 parent a98a558 commit 072e1fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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]

## [4.3.0] - 2023-04-07

- Ensure compatibility with Next.js 12.2.0+
- Minimum required Node.js version increased from 12 to 14

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"version": "4.3.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.2.0",
"version": "4.3.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.2.0",
"version": "4.3.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.0.0"
"@millihq/pixel-core": "^4.3.0"
},
"peerDependencies": {
"next": ">=12.1.1"
Expand Down

0 comments on commit 072e1fe

Please sign in to comment.