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" },