diff --git a/CHANGELOG.md b/CHANGELOG.md index 435d9818..4dc08ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [7.3.1](https://github.com/prismicio/prismic-client/compare/v7.3.0...v7.3.1) (2023-10-11) + + +### Bug Fixes + +* support expired preview token and repository not found API error ([#328](https://github.com/prismicio/prismic-client/issues/328)) ([d098a7f](https://github.com/prismicio/prismic-client/commit/d098a7ff0bfb318f73a30c98f355724248d89bfd)) + ## [7.3.0](https://github.com/prismicio/prismic-client/compare/v7.2.0...v7.3.0) (2023-10-09) diff --git a/package-lock.json b/package-lock.json index bb7b4fc6..f6866cce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/client", - "version": "7.3.0", + "version": "7.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/client", - "version": "7.3.0", + "version": "7.3.1", "license": "Apache-2.0", "dependencies": { "imgix-url-builder": "^0.0.4" diff --git a/package.json b/package.json index 04605f70..17f4d701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/client", - "version": "7.3.0", + "version": "7.3.1", "description": "The official JavaScript + TypeScript client library for Prismic", "keywords": [ "typescript",