diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bae34..4ca1488 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. +## [5.1.0](https://github.com/awran5/react-simple-star-rating/compare/v5.0.0...v5.1.0) (2022-10-03) + + +### Bug Fixes + +* remove unnecessary css ([962c126](https://github.com/awran5/react-simple-star-rating/commit/962c1267c9c41cfd5652e0362c7dcb25a47ff1de)), closes [#25](https://github.com/awran5/react-simple-star-rating/issues/25) + ## [5.0.0](https://github.com/awran5/react-simple-star-rating/compare/v4.1.1...v5.0.0) (2022-10-03) ## [4.1.0](https://github.com/awran5/react-simple-star-rating/compare/v4.0.5...v4.1.0) (2022-10-03) diff --git a/package.json b/package.json index 07d1d63..9e051b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simple-star-rating", - "version": "5.0.0", + "version": "5.1.0", "private": false, "description": "A simple react component for adding a star rating to your project.", "author": {