From 956891b70fdc5410e44e9664719cd0a9f7e6fabd Mon Sep 17 00:00:00 2001 From: Paul Doyle Date: Mon, 13 Jun 2022 12:49:59 -0700 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 7 ++++++- rotriever.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f6b9ff..fcc7edbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Roact Changelog ## Unreleased Changes -* Removed the warning for `setState` on unmounted components to eliminate false positive warnings, matching upstream React ([#323](https://github.com/Roblox/roact/pull/323)). + +## [1.4.4](https://github.com/Roblox/roact/releases/tag/v1.4.4) (June 13th, 2022) * Added Luau analysis to the repository ([#372](https://github.com/Roblox/roact/pull/372)) +* Removed the warning for `setState` on unmounted components to eliminate false positive warnings, matching upstream React ([#323](https://github.com/Roblox/roact/pull/323)). + +## [1.4.3](https://github.com/Roblox/roact/releases/tag/v1.4.3) (October 8th, 2021) +* Reduce strictness to unblock downstream users ## [1.4.2](https://github.com/Roblox/roact/releases/tag/v1.4.2) (October 6th, 2021) * Fixed forwardRef doc code referencing React instead of Roact ([#310](https://github.com/Roblox/roact/pull/310)). diff --git a/rotriever.toml b/rotriever.toml index 5448b689..d577ef43 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -3,5 +3,5 @@ name = "Roact" author = "Roblox" license = "Apache-2.0" content_root = "src" -version = "1.4.3" +version = "1.4.4" files = ["*", "!*.spec.lua"]