Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Nov 16, 2022
1 parent fedd246 commit b992a61
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "0.1.8",
"version": "0.2.0",
"description": "Helpers to integrate Prismic into Next.js apps",
"keywords": [
"typescript",
Expand Down

0 comments on commit b992a61

Please sign in to comment.