Skip to content

Commit d9f53e4

Browse files
chore(main): release plugin-nextjs 4.4.4 (#1326)
* chore(main): release plugin-nextjs 4.4.4 * chore: add devdep Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <[email protected]>
1 parent f8f8e85 commit d9f53e4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugin": "4.4.3"
2+
"plugin": "4.4.4"
33
}

package-lock.json

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [4.4.4](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.4.3...plugin-nextjs-v4.4.4) (2022-04-26)
4+
5+
6+
### Bug Fixes
7+
8+
* handle absolute rewrite URLs ([#1325](https://github.com/netlify/netlify-plugin-nextjs/issues/1325)) ([f8f8e85](https://github.com/netlify/netlify-plugin-nextjs/commit/f8f8e850e43ee6fc154eba3e224ddf606e721a6d))
9+
310
### [4.4.3](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.4.2...plugin-nextjs-v4.4.3) (2022-04-25)
411

512

plugin/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "4.4.3",
3+
"version": "4.4.4",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "lib/index.js",
66
"files": [
@@ -28,6 +28,7 @@
2828
"tiny-glob": "^0.2.9"
2929
},
3030
"devDependencies": {
31+
"@delucis/if-env": "^1.1.2",
3132
"@netlify/build": "^27.0.1",
3233
"@types/fs-extra": "^9.0.13",
3334
"@types/jest": "^27.4.1",

0 commit comments

Comments
 (0)