diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59668eb2e..b198c2d90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.1" + ".": "5.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 659edd1e5..17d2196b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.5.2](https://github.com/netlify/next-runtime/compare/v5.5.1...v5.5.2) (2024-07-29) + + +### Bug Fixes + +* apply type: module only to runtime modules ([#2549](https://github.com/netlify/next-runtime/issues/2549)) ([325968d](https://github.com/netlify/next-runtime/commit/325968d9fceb925d4972c242aea446f5a1cb2f8d)) + ## [5.5.1](https://github.com/netlify/next-runtime/compare/v5.5.0...v5.5.1) (2024-07-08) diff --git a/package-lock.json b/package-lock.json index 375f2bc2a..efb7fd542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-nextjs", - "version": "5.5.1", + "version": "5.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-nextjs", - "version": "5.5.1", + "version": "5.5.2", "license": "MIT", "devDependencies": { "@fastly/http-compute-js": "1.1.4", diff --git a/package.json b/package.json index 954447e50..47c7ecd48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "5.5.1", + "version": "5.5.2", "description": "Run Next.js seamlessly on Netlify", "main": "./dist/index.js", "type": "module",