From fcd100e073b80c1a1be31798b8e0a0decc0dfc96 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Tue, 15 Apr 2025 16:19:42 +0200 Subject: [PATCH] Prepare for 12.0.0-alpha.12 release --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa499ed8d7..af44e5e61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 12.0.0-alpha.12 (Unreleased) +# 12.0.0-alpha.12 #### :bug: Bug fix -- Fix node.js ExperimentalWarning. https://github.com/rescript-lang/rescript/pull/7379 +- Fix node.js `ExperimentalWarning`. https://github.com/rescript-lang/rescript/pull/7379 - Fix issue with gentype and stdlib json. https://github.com/rescript-lang/rescript/pull/7378 - Fix type of `RegExp.Result.matches`. https://github.com/rescript-lang/rescript/pull/7393 - Add optional `flags` argument to `RegExp.fromString` and deprecate `RegExp.fromStringWithFlags`. https://github.com/rescript-lang/rescript/pull/7393 @@ -26,6 +26,7 @@ #### :nail_care: Polish - Improve error message for missing value when the identifier is also the name of a module in scope. https://github.com/rescript-lang/rescript/pull/7384 +- Upgrade Flow parser to 0.267.0. https://github.com/rescript-lang/rescript/pull/7390 # 12.0.0-alpha.11