File tree 5 files changed +20
-4
lines changed
5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/runtime" : " 4.29.2 " ,
3
- "packages/next" : " 1.4.1 "
2
+ "packages/runtime" : " 4.29.3 " ,
3
+ "packages/next" : " 1.4.2 "
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.4.2] ( https://github.com/netlify/next-runtime/compare/next-v1.4.1...next-v1.4.2 ) (2022-12-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix Invalid URL error when using uppercase i18n url ([ #1812 ] ( https://github.com/netlify/next-runtime/issues/1812 ) ) ([ 63e060d] ( https://github.com/netlify/next-runtime/commit/63e060df7d3851c5dafae60d4790c2f34d47ed80 ) )
9
+
3
10
## [ 1.4.1] ( https://github.com/netlify/next-runtime/compare/next-v1.4.0...next-v1.4.1 ) (2022-11-21)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/next" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"description" : " Enhanced Next.js features on Netlify" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.29.3] ( https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.29.2...plugin-nextjs-v4.29.3 ) (2022-12-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * assign globals to ` self ` ([ #1823 ] ( https://github.com/netlify/next-runtime/issues/1823 ) ) ([ 993766b] ( https://github.com/netlify/next-runtime/commit/993766b0f9d9638c2b6ef838d76a666d38b45db7 ) )
9
+ * better headers.getAll polyfill ([ #1801 ] ( https://github.com/netlify/next-runtime/issues/1801 ) ) ([ 84579c1] ( https://github.com/netlify/next-runtime/commit/84579c159bf111b37ef56a5db92ebff5daea5821 ) )
10
+ * get source file for page in api routes ([ #1778 ] ( https://github.com/netlify/next-runtime/issues/1778 ) ) ([ 2a3ad3c] ( https://github.com/netlify/next-runtime/commit/2a3ad3c9a1d3e36eeaba86280f05b0ba5d8ea8a9 ) )
11
+
3
12
## [ 4.29.2] ( https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.29.1...plugin-nextjs-v4.29.2 ) (2022-11-21)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/plugin-nextjs" ,
3
- "version" : " 4.29.2 " ,
3
+ "version" : " 4.29.3 " ,
4
4
"description" : " Run Next.js seamlessly on Netlify" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments