From 5cca631f2132b821661a2bd79bd0dba5b9ed3af2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jan 2022 13:28:45 +0000 Subject: [PATCH] chore(release): set `package.json` to 0.38.5 [skip ci] ## [0.38.5](https://github.com/jquense/react-big-calendar/compare/v0.38.4...v0.38.5) (2022-01-16) ### Bug Fixes * Correct issue with semantic-release and yarn-lock ([cc48854](https://github.com/jquense/react-big-calendar/commit/cc48854c87b03ca23541484e30061576c2edfe98)), closes [#2096](https://github.com/jquense/react-big-calendar/issues/2096) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb70a15b..cda55d47e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.38.5](https://github.com/jquense/react-big-calendar/compare/v0.38.4...v0.38.5) (2022-01-16) + + +### Bug Fixes + +* Correct issue with semantic-release and yarn-lock ([cc48854](https://github.com/jquense/react-big-calendar/commit/cc48854c87b03ca23541484e30061576c2edfe98)), closes [#2096](https://github.com/jquense/react-big-calendar/issues/2096) + ## [0.38.4](https://github.com/jquense/react-big-calendar/compare/v0.38.3...v0.38.4) (2022-01-04) diff --git a/package.json b/package.json index 97791fe62..2e0a917a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "0.38.4", + "version": "0.38.5", "description": "Calendar! with events", "author": { "name": "Jason Quense",