diff --git a/CHANGELOG.md b/CHANGELOG.md index 063b199..ab478a7 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. +### [2.7.3](https://github.com/prismicio/prismic-react/compare/v2.7.2...v2.7.3) (2023-09-18) + + +### Bug Fixes + +* resolve TypeScript build error in projects using `--isolatedModules` ([c3628d5](https://github.com/prismicio/prismic-react/commit/c3628d55278dc17b8e0938a679d98704b9ac2a1e)) + ### [2.7.2](https://github.com/prismicio/prismic-react/compare/v2.7.1...v2.7.2) (2023-08-31) diff --git a/package-lock.json b/package-lock.json index e7aa03c..4d01a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.7.2", + "version": "2.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.7.2", + "version": "2.7.3", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.5" diff --git a/package.json b/package.json index 187f5b8..407f151 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.7.2", + "version": "2.7.3", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",