From b1b2b099552ec7ef5173c308a9a23748b0efe76a Mon Sep 17 00:00:00 2001 From: Nicholas Romero Date: Fri, 14 Aug 2026 15:07:36 -0500 Subject: [PATCH] chore(main): release 1.7.1 --- .release-please-manifest.json | 2 +- code/cli/CHANGELOG.md | 9 +++++++++ code/cli/package.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e298db3b..909b5d74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "code/cli": "1.7.0" + "code/cli": "1.7.1" } diff --git a/code/cli/CHANGELOG.md b/code/cli/CHANGELOG.md index bcea5c67..2b1ade3a 100644 --- a/code/cli/CHANGELOG.md +++ b/code/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.7.1](https://github.com/ai-outfitter/outfitter/compare/v1.7.0...v1.7.1) (2026-08-14) + + +### Bug Fixes + +* **engines:** publish an unbounded node range ([#263](https://github.com/ai-outfitter/outfitter/issues/263)) ([3fc2b6b](https://github.com/ai-outfitter/outfitter/commit/3fc2b6bde2235bfe5b9d94eef2acb54a97cb810c)) +* harden quiet profile startup ([#297](https://github.com/ai-outfitter/outfitter/issues/297)) ([1f268cd](https://github.com/ai-outfitter/outfitter/commit/1f268cdf6a55909d53869b1da4db21a819f760c5)) +* quiet successful profile startup ([#296](https://github.com/ai-outfitter/outfitter/issues/296)) ([3165ac6](https://github.com/ai-outfitter/outfitter/commit/3165ac60b6ea206851809d55d53d74fec358d6b3)) + ## [1.7.0](https://github.com/ai-outfitter/outfitter/compare/v1.6.0...v1.7.0) (2026-08-12) diff --git a/code/cli/package.json b/code/cli/package.json index 3fcc298e..d87db02c 100644 --- a/code/cli/package.json +++ b/code/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ai-outfitter/outfitter", - "version": "1.7.0", + "version": "1.7.1", "description": "Profile-oriented wrapper for launching pi, Claude Code, and future agent CLIs with reproducible configuration.", "type": "module", "repository": { diff --git a/package-lock.json b/package-lock.json index 3f98fc75..5ec9adc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ai-outfitter/root", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ai-outfitter/root", - "version": "1.7.0", + "version": "1.7.1", "workspaces": [ "code/cli", "code/pi-extension" @@ -17,7 +17,7 @@ }, "code/cli": { "name": "@ai-outfitter/outfitter", - "version": "1.7.0", + "version": "1.7.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@earendil-works/pi-coding-agent": "^0.80.3", diff --git a/package.json b/package.json index 507277b4..ea256337 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ai-outfitter/root", "private": true, - "version": "1.7.0", + "version": "1.7.1", "description": "Workspace root for Outfitter packages.", "type": "module", "workspaces": [