Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/std/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
2 changes: 1 addition & 1 deletion packages/std/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Loading