diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6b6a2f3..07a0c5876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [5.49.0](https://github.com/zopaUK/react-components/compare/v5.48.3...v5.49.0) (2023-08-17) + + +### Features + +* add required attribute to examples ([325d9c1](https://github.com/zopaUK/react-components/commit/325d9c19862bf5d083e226cadb018f8e271d6ae0)) + + +### Bug Fixes + +* **inputrange:** add id to input range ([fdeb39c](https://github.com/zopaUK/react-components/commit/fdeb39c6063b35118f758ce5b0547f59aa6ab570)) + ## [5.48.3](https://github.com/zopaUK/react-components/compare/v5.48.2...v5.48.3) (2023-07-11) diff --git a/package.json b/package.json index d87e58a8d..5628231da 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@zopauk/react-components", "sideEffects": false, "description": "Shared react styled components for all the Zopa projects.", - "version": "5.48.3", + "version": "5.49.0", "license": "MIT", "author": "Zopa Ltd (https://zopa.com)", "main": "cjs/src/index.js",