From 43336120fc6b108771b21417087f3a4e0b8e6eb5 Mon Sep 17 00:00:00 2001 From: Ansul Agrawal Date: Sun, 6 Oct 2024 22:17:39 +0530 Subject: [PATCH] "Update CHANGELOG.md with new version 4.4.1, adding three fixes and an update to node_modules" --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c452d70..2701db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.4.1](https://github.com/react-scheduler/react-big-schedule/compare/4.4.0...4.4.1) +`2024-10-06` + +- Fix `CHANGELOG.MD` file. +- Removed `default` keyword from Scheduler Class in `typing/index.d.ts` file of typescript by [@ansulagrawal](https://github.com/ansulagrawal) in [#154](https://github.com/react-scheduler/react-big-schedule/pull/154). +- Updated utcOffset method calls to pass `new Date()` instead of `new Date().utcOffset` by [@ansulagrawal](https://github.com/ansulagrawal) in [#155](https://github.com/react-scheduler/react-big-schedule/pull/155). +-Updated `node_modules` version by [@ansulagrawal](https://github.com/ansulagrawal). + ## [4.4.0](https://github.com/react-scheduler/react-big-schedule/compare/4.3.3...4.4.0) `2024-02-21`