From fd1bf55bb99c11ea8009c6c073ec0c8d9eb41394 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 4 Sep 2026 12:24:55 +0000 Subject: [PATCH] chore(release): 3.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 | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab8ad7..601a25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [3.1.0](https://github.com/WYRE-AI/node-superops/compare/v3.0.4...v3.1.0) (2026-09-04) + + +### Features + +* **release:** use extracted CHANGELOG notes instead of --generate-notes ([#85](https://github.com/WYRE-AI/node-superops/issues/85)) ([f5f3ddc](https://github.com/WYRE-AI/node-superops/commit/f5f3ddc9ba8a768d7a6c3197275c0fedf359a57d)), closes [node-datto-rmm#77](https://github.com/node-datto-rmm/issues/77) + + + + + ## [3.0.4](https://github.com/WYRE-AI/node-superops/compare/v3.0.3...v3.0.4) (2026-09-04) diff --git a/package-lock.json b/package-lock.json index c2a19bb..2aa41a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wyre-ai/node-superops", - "version": "3.0.4", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wyre-ai/node-superops", - "version": "3.0.4", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "graphql": "^16.14.2", diff --git a/package.json b/package.json index 3108969..fd42718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wyre-ai/node-superops", - "version": "3.0.4", + "version": "3.1.0", "publishConfig": { "registry": "https://npm.pkg.github.com" },