diff --git a/CHANGELOG.md b/CHANGELOG.md index c71b22c..d9bc70f 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.5.0](https://github.com/prismicio/prismic-react/compare/v2.4.4...v2.5.0) (2022-08-23) + + +### Features + +* use Slice `id` property to key Slices in `` when available ([#162](https://github.com/prismicio/prismic-react/issues/162)) ([dd85581](https://github.com/prismicio/prismic-react/commit/dd85581ce26ebf6b9aefa33791c0278d5a79d0a2)) + ## [2.5.0-alpha.1](https://github.com/prismicio/prismic-react/compare/v2.5.0-alpha.0...v2.5.0-alpha.1) (2022-08-02) diff --git a/package-lock.json b/package-lock.json index 672903c..bbd618c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.4.4", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.4.4", + "version": "2.5.0", "license": "Apache-2.0", "dependencies": { "@prismicio/helpers": "^2.3.1", diff --git a/package.json b/package.json index f2c2ec0..fbfd48a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.4.4", + "version": "2.5.0", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",