From 01900e3fd6cdf72da3d61d2b5abe35b9e28fe173 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Mar 2024 09:32:07 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/RebeccaStevens/is-immutable-type/compare/v2.0.1...v2.0.2) (2024-03-19) ### Performance Improvements * switch to using an iterative stack ([#394](https://github.com/RebeccaStevens/is-immutable-type/issues/394)) ([2858ad3](https://github.com/RebeccaStevens/is-immutable-type/commit/2858ad3e7432cac5db02287c3eaaf1c3fa299441)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66577393..ea1c51ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. +## [2.0.2](https://github.com/RebeccaStevens/is-immutable-type/compare/v2.0.1...v2.0.2) (2024-03-19) + + +### Performance Improvements + +* switch to using an iterative stack ([#394](https://github.com/RebeccaStevens/is-immutable-type/issues/394)) ([2858ad3](https://github.com/RebeccaStevens/is-immutable-type/commit/2858ad3e7432cac5db02287c3eaaf1c3fa299441)) + ## [2.0.1](https://github.com/RebeccaStevens/is-immutable-type/compare/v2.0.0...v2.0.1) (2023-07-15)