From 7a01d33383686f3ae992bfaebcd593036b5f1be6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 4 Sep 2026 19:12:18 +0000 Subject: [PATCH] chore(release): 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prepared by scripts/prepare-release.mjs. Merging this PR (any merge method) triggers this workflow's PUBLISH mode, which tags, publishes to npm, and creates the GitHub release — nothing publishes until this merges. --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c0c7d..2714871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://github.com/WYRE-AI/node-halopsa/compare/v1.0.13...v1.1.0) (2026-09-04) + + +### Bug Fixes + +* **http:** stop labeling resource-endpoint 400s as credential errors ([#79](https://github.com/WYRE-AI/node-halopsa/issues/79)) ([43a123f](https://github.com/WYRE-AI/node-halopsa/commit/43a123f550852e685cedac26a5a965ee654da9fb)), closes [#78](https://github.com/WYRE-AI/node-halopsa/issues/78) + + +### Features + +* **release:** use extracted CHANGELOG notes instead of --generate-notes ([#76](https://github.com/WYRE-AI/node-halopsa/issues/76)) ([e5b8e97](https://github.com/WYRE-AI/node-halopsa/commit/e5b8e970757c4fb1e8b452c323ddf8a10c5d74b3)), closes [node-datto-rmm#77](https://github.com/node-datto-rmm/issues/77) + + ## [1.0.13](https://github.com/WYRE-AI/node-halopsa/compare/v1.0.12...v1.0.13) (2026-09-04) diff --git a/package-lock.json b/package-lock.json index 059c645..fc1cf02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wyre-ai/node-halopsa", - "version": "1.0.13", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wyre-ai/node-halopsa", - "version": "1.0.13", + "version": "1.1.0", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index a6008eb..36ebf97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wyre-ai/node-halopsa", - "version": "1.0.13", + "version": "1.1.0", "publishConfig": { "registry": "https://npm.pkg.github.com" },