Skip to content

Commit fa533b4

Browse files
chore(master): release 8.0.3
1 parent 7e94768 commit fa533b4

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<a name="8.0.2"></a>
2+
## [8.0.3](https://github.com/restify/errors/compare/v8.0.2...v8.0.3) (2026-08-18)
3+
4+
5+
### Bug Fixes
6+
7+
* **ci:** move ci to gha ([7e053db](https://github.com/restify/errors/commit/7e053db9f5fbae7782dfc3bb614faf69068a5de0))
8+
* **ci:** move node 24 to new optional tests ([10564a8](https://github.com/restify/errors/commit/10564a8c26f3f4119a2def4de5b8fe82c543578a))
9+
* include cause in toJSON ([f8cb6fb](https://github.com/restify/errors/commit/f8cb6fb644149262bb7873fc5655965b24a9d61e))
10+
* npm publish workflow ([#113](https://github.com/restify/errors/issues/113)) ([7e94768](https://github.com/restify/errors/commit/7e9476856b44bde4b43a303a24ae45df64c6c9dd))
11+
212
### 8.0.2 (2019-12-13)
313

414

@@ -26,4 +36,3 @@
2636
* drop 4.x and 6.x Node support
2737

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restify-errors",
3-
"version": "8.1.0",
3+
"version": "8.0.3",
44
"main": "lib/index.js",
55
"description": "Collection of Error objects shared across restify components.",
66
"homepage": "http://www.restify.com",

0 commit comments

Comments
 (0)