From de231c32cceefafc10f0cbe05939381adb1bc35a Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sat, 17 Aug 2024 16:38:36 +0000 Subject: [PATCH] chore: release v5.5.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba40df..e36fc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.2](https://github.com/ghiscoding/slickgrid-react/compare/v5.5.1...v5.5.2) (2024-08-17) + + +### Bug Fixes + +* use setTimeout/setInterval from window object with correct TS type ([#397](https://github.com/ghiscoding/slickgrid-react/issues/397)) ([badb990](https://github.com/ghiscoding/slickgrid-react/commit/badb99004117c2678fb5736707d74da7b9abcc52)) + ## [5.5.1](https://github.com/ghiscoding/slickgrid-react/compare/v5.5.0...v5.5.1) (2024-08-17) diff --git a/package.json b/package.json index 34d8c82..01078e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slickgrid-react", - "version": "5.5.1", + "version": "5.5.2", "description": "Slickgrid components made available in React", "keywords": [ "react",