Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed May 19, 2023
1 parent e257ae1 commit 78e5d06
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2.0](https://github.com/prismicio/prismic-next/compare/v1.1.0...v1.2.0) (2023-05-19)


### Features

* add `prismic-next` CLI to clear cached `/api/v2` requests ([#66](https://github.com/prismicio/prismic-next/issues/66)) ([e257ae1](https://github.com/prismicio/prismic-next/commit/e257ae1381bd6fbcadff2a45b32ae299ba9e5c84))


### Bug Fixes

* **PrismicNextImage:** log error if no alternative text is available (only in non-production environments) ([#68](https://github.com/prismicio/prismic-next/issues/68)) ([2e01b67](https://github.com/prismicio/prismic-next/commit/2e01b67fcecbc74488aecced3567b868a65572be))

## [1.1.0](https://github.com/prismicio/prismic-next/compare/v1.0.3...v1.1.0) (2023-05-06)


Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.2.0",
"description": "Helpers to integrate Prismic into Next.js apps",
"keywords": [
"typescript",
Expand Down

0 comments on commit 78e5d06

Please sign in to comment.