diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a0ac5..73a8c1d 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. +## [3.3.0](https://github.com/prismicio/prismic-react/compare/v3.2.2...v3.3.0) (2026-01-14) + + +### Features + +* rename `JSXMapSerializer` to `RichTextComponents` ([#241](https://github.com/prismicio/prismic-react/issues/241)) ([f7485e5](https://github.com/prismicio/prismic-react/commit/f7485e57f1bb4d9e65b3042e3665277a9974776c)) + ### [3.2.2](https://github.com/prismicio/prismic-react/compare/v3.2.1...v3.2.2) (2025-10-14) diff --git a/package-lock.json b/package-lock.json index 2635033..2471fa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "3.2.2", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "3.2.2", + "version": "3.3.0", "license": "Apache-2.0", "workspaces": [ ".", diff --git a/package.json b/package.json index cab06c8..5920864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "3.2.2", + "version": "3.3.0", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",