From 4c34a263ace89a3b44e6a66287247f76e357a4e2 Mon Sep 17 00:00:00 2001 From: awran5 Date: Tue, 11 Oct 2022 09:01:24 +0200 Subject: [PATCH] chore(release): 5.1.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d9988..544f367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 96fb2e6..1934ce4 100644 --- a/package.json +++ b/package.json @@ -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": {