diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b077b..c7bb506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## [9.0.1](https://github.com/restify/errors/compare/v9.0.0...v9.0.1) (2026-09-03) + + +### Bug Fixes + +* **deps:** bump @netflix/nerror to ^2.0.1 ([#124](https://github.com/restify/errors/issues/124)) ([29b80e8](https://github.com/restify/errors/commit/29b80e8c1953cb8e413685e2d02af9bd7b36bd2d)) +* lower Node engines floor back to >=22.0.0 ([#122](https://github.com/restify/errors/issues/122)) ([7af41ad](https://github.com/restify/errors/commit/7af41ad233d122ed72e7e3dd04e42bcfcf9869db)) + ## [9.0.0](https://github.com/restify/errors/compare/v8.0.2...v9.0.0) (2026-09-01) diff --git a/package-lock.json b/package-lock.json index 28213d8..32ad677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "restify-errors", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "restify-errors", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { "@netflix/nerror": "^2.0.1", diff --git a/package.json b/package.json index cc0b954..50e88ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restify-errors", - "version": "9.0.0", + "version": "9.0.1", "main": "lib/index.js", "description": "Collection of Error objects shared across restify components.", "homepage": "http://www.restify.com",