From ed7ea630764f84cd2ce13ca1a2de324a798901ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Sep 2026 16:34:59 +0000 Subject: [PATCH] chore(release): 3.1.1 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 601a25f..87a9383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.1.1](https://github.com/WYRE-AI/node-superops/compare/v3.1.0...v3.1.1) (2026-09-15) + + +### Bug Fixes + +* **deps:** resolve js-yaml CVE-2026-84375 ([#89](https://github.com/WYRE-AI/node-superops/issues/89)) ([5f0c234](https://github.com/WYRE-AI/node-superops/commit/5f0c23459943bf9a93812a94dd8a78f18e543a82)) + + + + + # [3.1.0](https://github.com/WYRE-AI/node-superops/compare/v3.0.4...v3.1.0) (2026-09-04) diff --git a/package-lock.json b/package-lock.json index 16f9d13..ce10920 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wyre-ai/node-superops", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wyre-ai/node-superops", - "version": "3.1.0", + "version": "3.1.1", "license": "Apache-2.0", "dependencies": { "graphql": "^16.14.2", diff --git a/package.json b/package.json index a76f621..b6941fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wyre-ai/node-superops", - "version": "3.1.0", + "version": "3.1.1", "publishConfig": { "registry": "https://npm.pkg.github.com" },