Skip to content

Commit 2053ef6

Browse files
github-actions[bot]mmarchini
authored andcommitted
chore(master): release 10.0.0
1 parent 3f94e4f commit 2053ef6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@
121121
* 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))
122122
* **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))
123123

124+
## [10.0.0](https://github.com/restify/node-restify/compare/v9.0.0...v10.0.0) (2022-11-29)
125+
126+
127+
### ⚠ BREAKING CHANGES
128+
129+
* support v18.x
130+
131+
### Features
132+
133+
* bump dtrace-provider version to avoid MacOS errors ([fa52f60](https://github.com/restify/node-restify/commit/fa52f60d85c3df8a1babde98be184bb918958ef3))
134+
* support v18.x ([5795223](https://github.com/restify/node-restify/commit/57952239fa1808a6cf6e70deb2754c4c85c1be39))
135+
124136
### 8.5.1 (2019-12-13)
125137

126138

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"express",
7575
"DTrace"
7676
],
77-
"version": "9.0.0",
77+
"version": "10.0.0",
7878
"repository": {
7979
"type": "git",
8080
"url": "git://github.com/restify/node-restify.git"

0 commit comments

Comments
 (0)