Skip to content

Commit

Permalink
chore(release): 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
awran5 committed Oct 11, 2022
1 parent aeeeb57 commit 4c34a26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.3](https://github.com/awran5/react-simple-star-rating/compare/v5.1.2...v5.1.3) (2022-10-11)


### Bug Fixes

* window is not defined error while using Next.js ([aeeeb57](https://github.com/awran5/react-simple-star-rating/commit/aeeeb577b87fb0b5d0ac8e8dfa2a9ceb64506f92)), closes [#28](https://github.com/awran5/react-simple-star-rating/issues/28)
* window is undefined" and "navigator is undefined" when using in Next.js ([abb3c5b](https://github.com/awran5/react-simple-star-rating/commit/abb3c5bcf566bee4ec07dfdab350fac93182b43b)), closes [#26](https://github.com/awran5/react-simple-star-rating/issues/26)

### [5.1.2](https://github.com/awran5/react-simple-star-rating/compare/v5.1.1...v5.1.2) (2022-10-07)

- window is undefined" and "navigator is undefined" when using in Next.js, issue [#26](https://github.com/awran5/react-simple-star-rating/issues/26)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-star-rating",
"version": "5.1.2",
"version": "5.1.3",
"private": false,
"description": "A simple react component for adding a star rating to your project.",
"author": {
Expand Down

0 comments on commit 4c34a26

Please sign in to comment.