diff --git a/CHANGELOG.md b/CHANGELOG.md index 762f08f..d86b328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +## [8.0.3](https://github.com/restify/errors/compare/v8.0.2...v8.0.3) (2026-08-18) + + +### Bug Fixes + +* **ci:** move ci to gha ([7e053db](https://github.com/restify/errors/commit/7e053db9f5fbae7782dfc3bb614faf69068a5de0)) +* **ci:** move node 24 to new optional tests ([10564a8](https://github.com/restify/errors/commit/10564a8c26f3f4119a2def4de5b8fe82c543578a)) +* include cause in toJSON ([f8cb6fb](https://github.com/restify/errors/commit/f8cb6fb644149262bb7873fc5655965b24a9d61e)) +* npm publish workflow ([#113](https://github.com/restify/errors/issues/113)) ([7e94768](https://github.com/restify/errors/commit/7e9476856b44bde4b43a303a24ae45df64c6c9dd)) + ### 8.0.2 (2019-12-13) @@ -26,4 +36,3 @@ * drop 4.x and 6.x Node support ([56daf0b1](https://github.com/restify/errors.git/commit/56daf0b1)) - diff --git a/package-lock.json b/package-lock.json index e36d3b7..7df39ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "restify-errors", - "version": "8.1.0", + "version": "8.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "restify-errors", - "version": "8.1.0", + "version": "8.0.3", "license": "MIT", "dependencies": { "@netflix/nerror": "^1.1.3", diff --git a/package.json b/package.json index 76b20e8..7667126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restify-errors", - "version": "8.1.0", + "version": "8.0.3", "main": "lib/index.js", "description": "Collection of Error objects shared across restify components.", "homepage": "http://www.restify.com",