diff --git a/CHANGELOG.md b/CHANGELOG.md index 5802ccc..fb60f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.3 +* Add React 19 to `peerDependencies` range. + +Tests are no longer run on React 17 because writing tests for many React versions is difficult. +However, `@u-wave/react-translate` v2 still works on React 17. + +No changes will be made to the implementation of this package in the v2.x line. + ## 2.0.2 * Add React 18 to `peerDependencies` range. diff --git a/package.json b/package.json index 2894774..534bc31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@u-wave/react-translate", "description": "Small translations for React apps with @u-wave/translate.", - "version": "2.0.2", + "version": "2.0.3", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/u-wave/react-translate/issues"