Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Apr 3, 2022
1 parent 922a1ae commit aaa9180
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of Pixel Core

## 4.0.1 (April 03, 2022)

- Fixes wrong dependency in `@millihq/pixel-express`

## 4.0.0 (April 03, 2022)

- Removes caching from `@millihq/pixel-core`
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.0.0",
"version": "4.0.1",
"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.0.0",
"version": "4.0.1",
"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": "^3.0.0"
"@millihq/pixel-core": "^4.0.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
Expand Down

0 comments on commit aaa9180

Please sign in to comment.