From 672cb5d20303e3e3ac17e18cbd296c1d51b6fed2 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 12 Dec 2025 23:34:55 -0500 Subject: [PATCH] docs: regenerate CHANGELOG from GitHub releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d2ece1..2e2dd52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [7.1.3] - 2025-12-13 + +## Bug Fixes + +### Smart Install Script Refactoring + +Refactored the smart-install.js script to improve code quality and maintainability: +- Extracted common installation paths as top-level constants (BUN_COMMON_PATHS, UV_COMMON_PATHS) +- Simplified installation check functions to delegate to dedicated path-finding helpers +- Streamlined installation verification logic with clearer error messages +- Removed redundant post-installation verification checks +- Improved error propagation by removing unnecessary retry logic + +This refactoring reduces code duplication and makes the installation process more maintainable while preserving the same functionality for detecting Bun and uv binaries across platforms. + ## [7.1.2] - 2025-12-13 ## 🐛 Bug Fixes