diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c6fde..fafbcaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.7.1 (2021-01-06) + +- Hotfix: update logic for allowing colliding route redirects ([#130](https://github.com/netlify/next-on-netlify/pull/130)) + ## 2.7.0 (2021-01-03) - Support for i18n in Next 10 ([#75](https://github.com/netlify/next-on-netlify/pull/75)) diff --git a/package-lock.json b/package-lock.json index 00dc77c..a935423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-on-netlify", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bdff89a..9dd7db4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-on-netlify", - "version": "2.7.0", + "version": "2.7.1", "description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify", "bin": "./next-on-netlify.js", "keywords": [