Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<a name="8.0.2"></a>
## [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)


Expand Down Expand Up @@ -26,4 +36,3 @@
* drop 4.x and 6.x Node support

([56daf0b1](https://github.com/restify/errors.git/commit/56daf0b1))

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down