diff --git a/CHANGELOG.md b/CHANGELOG.md index b457ddec4f..d8b2702293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [4.2.5](https://github.com/netlify/netlify-plugin-nextjs/compare/v4.2.4...v4.2.5) (2022-02-07) + + +### Bug Fixes + +* remove confusing error log ([#1199](https://github.com/netlify/netlify-plugin-nextjs/issues/1199)) ([7974849](https://github.com/netlify/netlify-plugin-nextjs/commit/7974849396a342614119cbe77e8933fdc826151e)) + ### [4.2.4](https://github.com/netlify/netlify-plugin-nextjs/compare/v4.2.3...v4.2.4) (2022-02-03) diff --git a/package-lock.json b/package-lock.json index 0cae511ca1..09dc1e52d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.2.4", + "version": "4.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-nextjs", - "version": "4.2.4", + "version": "4.2.5", "license": "MIT", "dependencies": { "@netlify/functions": "^0.11.0", diff --git a/package.json b/package.json index a52ca87ea7..7aaa412ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.2.4", + "version": "4.2.5", "description": "Run Next.js seamlessly on Netlify", "main": "lib/index.js", "files": [