Skip to content

Commit 472a5f0

Browse files
chore(main): release plugin-nextjs 4.4.1 (#1316)
* chore(main): release plugin-nextjs 4.4.1 * chore: prettierignore changelog 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 ccdb544 commit 472a5f0

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ node_modules
2121
lib
2222
tsconfig.json
2323
demos/nx-next-monorepo-demo
24-
plugin/src/templates/edge
24+
plugin/src/templates/edge
25+
26+
plugin/CHANGELOG.md

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugin": "4.4.0"
2+
"plugin": "4.4.1"
33
}

plugin/CHANGELOG.md

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

3+
### [4.4.1](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.4.0...plugin-nextjs-v4.4.1) (2022-04-19)
4+
5+
6+
### Bug Fixes
7+
8+
* copy edge src file ([#1315](https://github.com/netlify/netlify-plugin-nextjs/issues/1315)) ([ccdb544](https://github.com/netlify/netlify-plugin-nextjs/commit/ccdb54477a2836a433f10d7eabbb8bb3553a18d7))
9+
310
## [4.4.0](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.3.2...plugin-nextjs-v4.4.0) (2022-04-19)
411

512
### Features

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)