[PR #47] [CLOSED] docs: document undici dependency fix in CHANGELOG #232

Closed
opened 2026-02-15 17:16:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/47
Author: @webdevtodayjason
Created: 1/26/2026
Status: Closed

Base: mainHead: fix/add-undici-to-changelog


📝 Commits (1)

  • 2f99d96 docs: add undici dependency fix to CHANGELOG

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)

📄 Description

Summary

This PR documents the undici dependency fix in the CHANGELOG under the "Unreleased" section.

Background

Issue #23 reported that clawdhub v0.3.0 fails with ERR_MODULE_NOT_FOUND for the undici package when installed from npm.

What happened

  • The fix (adding undici to package.json) was already committed to the main branch
  • However, v0.3.0 was published to npm before this fix was committed
  • The fix was not documented in the CHANGELOG

This PR

  • Adds a CHANGELOG entry documenting that the undici dependency has been added
  • References issue #23 for tracking
  • Prepares the CHANGELOG for the next patch release (v0.3.1)

Impact

This ensures users understand the fix will be available in the next npm release and maintainers have proper release notes when publishing v0.3.1.

Fixes #23


Co-Authored-By: Warp agent@warp.dev


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/47 **Author:** [@webdevtodayjason](https://github.com/webdevtodayjason) **Created:** 1/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/add-undici-to-changelog` --- ### 📝 Commits (1) - [`2f99d96`](https://github.com/openclaw/clawhub/commit/2f99d96d20d351236d602ccc3d9806edb7ebb5eb) docs: add undici dependency fix to CHANGELOG ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) </details> ### 📄 Description ## Summary This PR documents the undici dependency fix in the CHANGELOG under the "Unreleased" section. ## Background Issue #23 reported that `clawdhub v0.3.0` fails with `ERR_MODULE_NOT_FOUND` for the `undici` package when installed from npm. ## What happened - The fix (adding `undici` to `package.json`) was already committed to the main branch - However, v0.3.0 was published to npm **before** this fix was committed - The fix was not documented in the CHANGELOG ## This PR - ✅ Adds a CHANGELOG entry documenting that the `undici` dependency has been added - ✅ References issue #23 for tracking - ✅ Prepares the CHANGELOG for the next patch release (v0.3.1) ## Impact This ensures users understand the fix will be available in the next npm release and maintainers have proper release notes when publishing v0.3.1. Fixes #23 --- Co-Authored-By: Warp <agent@warp.dev> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:24 -05:00
yindo closed this issue 2026-02-15 17:16:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#232