Skip to content

Commit 636f334

Browse files
committed
Publish v2.5.1
- Fix: broken redirects for optional catch-alls ([netlify#47](netlify#47))
1 parent 23144d4 commit 636f334

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.5.1 (2020-10-02)
4+
5+
- Fix: broken redirects for optional catch-alls ([#47](https://github.com/netlify/next-on-netlify/pull/47))
6+
37
# 2.5.0 (2020-10-01)
48

59
- Copy host property from headers to multiValueHeaders [#44](https://github.com/netlify/next-on-netlify/pull/44)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
55
"bin": "./next-on-netlify.js",
66
"keywords": [

0 commit comments

Comments
 (0)