From a294775fac567cf884b0f7bbe8593b03d4363c02 Mon Sep 17 00:00:00 2001 From: Thanga Ganapathy Date: Sat, 25 Jul 2026 03:34:35 +0530 Subject: [PATCH] chore(release): @opentf/std@0.14.1 --- packages/std/CHANGELOG.md | 2 ++ packages/std/package.json | 2 +- website/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/std/CHANGELOG.md b/packages/std/CHANGELOG.md index 6c93cf3..40c6016 100644 --- a/packages/std/CHANGELOG.md +++ b/packages/std/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.14.1] - 2026-07-24 + ### Documentation - Updated README to align with the website documentation intro page structure and updated header links (`Website | Playground`). diff --git a/packages/std/package.json b/packages/std/package.json index 0086398..97be1ea 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,6 @@ { "name": "@opentf/std", - "version": "0.14.0", + "version": "0.14.1", "description": "The Modern JavaScript Standard Library. A lightweight, high-accuracy, runtime-agnostic collection of essential utilities.", "keywords": [ "collection", diff --git a/website/package.json b/website/package.json index 677ebc1..f3a76cb 100644 --- a/website/package.json +++ b/website/package.json @@ -11,7 +11,7 @@ "build": "otfw build --ssg" }, "dependencies": { - "@opentf/std": "^0.14.0", + "@opentf/std": "^0.14.1", "@opentf/web": "^0.20.0", "@opentf/web-docs": "^0.17.0" },