diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6ca21be7..ddbaaf6c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +### [3.3.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.3.0...v3.3.1) (2021-05-25) + + +### Bug Fixes + +* add sharp optimisations ([75de7f2](https://www.github.com/netlify/netlify-plugin-nextjs/commit/75de7f2f181bb39a0897f14fe86d9742626d394d)) +* catch oversize image response ([7ab5aa0](https://www.github.com/netlify/netlify-plugin-nextjs/commit/7ab5aa052233607e201faf883a9edc9e3544924b)) +* changes from review ([b27f30d](https://www.github.com/netlify/netlify-plugin-nextjs/commit/b27f30d3749e9bf36f99fb330c6fa488b58f7a69)) +* **deps:** update dependency @netlify/functions to ^0.7.2 ([10dc8d2](https://www.github.com/netlify/netlify-plugin-nextjs/commit/10dc8d247dbcba63437308a54a8aa9a418b69bdb)) +* handle image rotation ([e6938da](https://www.github.com/netlify/netlify-plugin-nextjs/commit/e6938da03dd2921d82f509877cd5968cf426ae66)) +* refactor image function ([6b2e413](https://www.github.com/netlify/netlify-plugin-nextjs/commit/6b2e41329145f4515cab5a58deeff1f87e098adb)) +* use allowlist for remote images ([20b1288](https://www.github.com/netlify/netlify-plugin-nextjs/commit/20b12882fdd46623a0cbe34156680692899a3377)) + + +### Performance Improvements + +* parallelize page processing ([7184379](https://www.github.com/netlify/netlify-plugin-nextjs/commit/7184379e8bcf7703fde743f73d77a41c8dcf5b68)) + ## [3.3.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.2.2...v3.3.0) (2021-05-14) diff --git a/package-lock.json b/package-lock.json index c2d76f15cb..28b17a807c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-nextjs", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-nextjs", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { "@netlify/functions": "^0.7.2", diff --git a/package.json b/package.json index f12762861e..63d268e82d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "3.3.0", + "version": "3.3.1", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [