Skip to content

Commit

Permalink
chore(release): 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jun 14, 2023
1 parent e4085e3 commit 5c71267
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5c71267

Please sign in to comment.