From c98c338ddc195dd66a1bb908c319f4220705b3c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Jul 2022 20:10:16 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.0.1 [skip ci] ## [1.0.1](https://github.com/jquense/react-big-calendar/compare/v1.0.0...v1.0.1) (2022-07-07) ### Bug Fixes * zero duration no-overlap events ([#2213](https://github.com/jquense/react-big-calendar/issues/2213)) ([bbe1109](https://github.com/jquense/react-big-calendar/commit/bbe11094c0bfcfc162022711f848905e57479152)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8306ad6..5566cd797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/jquense/react-big-calendar/compare/v1.0.0...v1.0.1) (2022-07-07) + + +### Bug Fixes + +* zero duration no-overlap events ([#2213](https://github.com/jquense/react-big-calendar/issues/2213)) ([bbe1109](https://github.com/jquense/react-big-calendar/commit/bbe11094c0bfcfc162022711f848905e57479152)) + # [1.0.0](https://github.com/jquense/react-big-calendar/compare/v0.40.8...v1.0.0) (2022-07-07) diff --git a/package.json b/package.json index 2e50698e8..13456c223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.0.0", + "version": "1.0.1", "description": "Calendar! with events", "author": { "name": "Jason Quense",