diff --git a/CHANGELOG.md b/CHANGELOG.md index f013dea..ac7b4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [0.2.0](https://github.com/prismicio/prismic-next/compare/v0.1.8...v0.2.0) (2022-11-16) + + +### ⚠ BREAKING CHANGES + +* support Next 13, drop support for Next 12 (#48) + +### Features + +* support Next 13, drop support for Next 12 ([#48](https://github.com/prismicio/prismic-next/issues/48)) ([c633a49](https://github.com/prismicio/prismic-next/commit/c633a4906801c428d6fb9b7ded4975f08c113d23)) + + +### Bug Fixes + +* remove deprecated `exitPreviewURL` argument for `exitPreview()` ([fedd246](https://github.com/prismicio/prismic-next/commit/fedd246751e203b0bf0858ef25a02e144801141b)) + ### [0.1.8](https://github.com/prismicio/prismic-next/compare/v0.1.7...v0.1.8) (2022-11-11) diff --git a/package-lock.json b/package-lock.json index 2b4a0fb..0364853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/next", - "version": "0.1.8", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/next", - "version": "0.1.8", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "@prismicio/helpers": "^2.3.5", diff --git a/package.json b/package.json index 50ffc43..379a421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/next", - "version": "0.1.8", + "version": "0.2.0", "description": "Helpers to integrate Prismic into Next.js apps", "keywords": [ "typescript",