diff --git a/CHANGELOG.md b/CHANGELOG.md index 375a277..d6a207f 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.6.0](https://github.com/prismicio/prismic-react/compare/v2.5.2...v2.6.0) (2023-05-06) + + +### Features + +* support React Server Components ([#178](https://github.com/prismicio/prismic-react/issues/178)) ([ea0ddf8](https://github.com/prismicio/prismic-react/commit/ea0ddf84fdaeefb830bacaf7746a52a614365975)) + ## [2.6.0-alpha.3](https://github.com/prismicio/prismic-react/compare/v2.6.0-alpha.2...v2.6.0-alpha.3) (2023-05-05) diff --git a/package-lock.json b/package-lock.json index 566c2cd..1ab1b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.6.0-alpha.3", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.6.0-alpha.3", + "version": "2.6.0", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.4" diff --git a/package.json b/package.json index 998d2f8..386180f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.6.0-alpha.3", + "version": "2.6.0", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",