diff --git a/CHANGELOG.md b/CHANGELOG.md index bd25e2a..a2a108c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://github.com/prismicio/prismic-next/compare/v1.3.0...v1.3.1) (2023-06-14) + + +### Bug Fixes + +* **exitPreview:** prevent "Cannot set headers after they are sent to the client" error in the Pages Router ([#74](https://github.com/prismicio/prismic-next/issues/74)) ([e4085e3](https://github.com/prismicio/prismic-next/commit/e4085e3ba2e559b91cb788729d6a92f261ff9dc8)) +* **PrismicPreview:** prevent "missing `requestAsyncStorage`" error in the Pages Router ([#73](https://github.com/prismicio/prismic-next/issues/73)) ([8efbbe7](https://github.com/prismicio/prismic-next/commit/8efbbe71a4f340512d30a1a244498a811eb363f4)) + ## [1.3.0](https://github.com/prismicio/prismic-next/compare/v1.2.1...v1.3.0) (2023-06-12) diff --git a/package-lock.json b/package-lock.json index 94bdfda..5727397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/next", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/next", - "version": "1.3.0", + "version": "1.3.1", "license": "Apache-2.0", "dependencies": { "imgix-url-builder": "^0.0.4" diff --git a/package.json b/package.json index 0c5a83c..3ed3662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/next", - "version": "1.3.0", + "version": "1.3.1", "description": "Helpers to integrate Prismic into Next.js apps", "keywords": [ "typescript",