From 8072eb4b3df9cbb4fbec4d63dc20781e5714a276 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 15:46:00 +0000 Subject: [PATCH] chore: release 3.6.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff988541e0..61309de2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.6.3](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.6.2...v3.6.3) (2021-07-07) + + +### Bug Fixes + +* handle Storybook and other sites that don't build ([#496](https://www.github.com/netlify/netlify-plugin-nextjs/issues/496)) ([9deacfb](https://www.github.com/netlify/netlify-plugin-nextjs/commit/9deacfb66b12c5a373253d61d37a8269636c8f8b)) + ### [3.6.2](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.6.1...v3.6.2) (2021-07-05) diff --git a/package-lock.json b/package-lock.json index ae1bd2ab29..af52244422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-nextjs", - "version": "3.6.2", + "version": "3.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-nextjs", - "version": "3.6.2", + "version": "3.6.3", "license": "MIT", "dependencies": { "@netlify/functions": "^0.7.2", diff --git a/package.json b/package.json index 320d15c157..db6f137ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "3.6.2", + "version": "3.6.3", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "bin": {