From 3bee94cb7b248967c6f299bb254180d332f9875c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:56:40 +0000 Subject: [PATCH] chore(master): release 12.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f134e57..a162dce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,6 +121,22 @@ * remove deprecated usage of pino.child ([#1902](https://www.github.com/restify/node-restify/issues/1902)) ([0a8cf83](https://www.github.com/restify/node-restify/commit/0a8cf8345de26f8ee98e87c0085f0f9439302d98)) * **travisci:** revisit nodejs version. Change to: LTS active, LTS maintenance (4.x) and stable releases ([#1553](https://www.github.com/restify/node-restify/issues/1553)) ([49eb008](https://www.github.com/restify/node-restify/commit/49eb008d987f1c425989b78e2336e3583e05a88a)) +## [12.0.0](https://github.com/restify/node-restify/compare/v11.2.0...v12.0.0) (2026-08-18) + + +### ⚠ BREAKING CHANGES + +* upgrade qs ([#1991](https://github.com/restify/node-restify/issues/1991)) + +### Features + +* upgrade qs ([#1991](https://github.com/restify/node-restify/issues/1991)) ([aedcb65](https://github.com/restify/node-restify/commit/aedcb658da9ddbebc3615affa01b93e68deaea46)) + + +### Bug Fixes + +* npm publish workflow ([#2005](https://github.com/restify/node-restify/issues/2005)) ([b1000e6](https://github.com/restify/node-restify/commit/b1000e6822f949428d7936abc4268cbab4fe6023)) + ## [11.2.0](https://github.com/restify/node-restify/compare/v11.1.0...v11.2.0) (2023-08-11) diff --git a/package-lock.json b/package-lock.json index e0c401e2..7a423d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "restify", - "version": "11.2.0", + "version": "12.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "restify", - "version": "11.2.0", + "version": "12.0.0", "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", diff --git a/package.json b/package.json index 47650e0a..94c5a27c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "express", "DTrace" ], - "version": "11.2.0", + "version": "12.0.0", "repository": { "type": "git", "url": "git+https://github.com/restify/node-restify.git"