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
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<a name="8.5.1"></a>
## [8.6.0](https://www.github.com/guoyibj/node-restify/compare/v8.5.1...v8.6.0) (2020-06-30)


### Features

* **deps:** replace cover/istanbul with nyc ([#1823](https://www.github.com/guoyibj/node-restify/issues/1823)) ([361f83e](https://www.github.com/guoyibj/node-restify/commit/361f83e5acd814881c82add3e1bd06ce9ded777c))


### Bug Fixes

* examples/todoapp/package.json to reduce vulnerabilities ([#1832](https://www.github.com/guoyibj/node-restify/issues/1832)) ([d9b27c6](https://www.github.com/guoyibj/node-restify/commit/d9b27c602e260fc6c4f0e18e8b6835e89fa2adca))
* **npm:** exclude extraneous files ([#1818](https://www.github.com/guoyibj/node-restify/issues/1818)) ([e8516c3](https://www.github.com/guoyibj/node-restify/commit/e8516c3735487ad5ebd332bc781404654c8c3cec))

### 8.5.1 (2019-12-13)


Expand Down Expand Up @@ -405,4 +418,3 @@ For more info see the `/guides/6to7guide.md`.
* documentation update for restifyError event example (#1398) ([94fe7151](git://github.com/restify/node-restify.git/commit/94fe7151))
* doc site (#1393) ([76ee5480](git://github.com/restify/node-restify.git/commit/76ee5480))
* test static plugin's handling of sprintf escape sequences (#1391) ([5d7039a5](git://github.com/restify/node-restify.git/commit/5d7039a5))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"express",
"DTrace"
],
"version": "8.5.1",
"version": "8.6.0",
"repository": {
"type": "git",
"url": "git://github.com/restify/node-restify.git"
Expand Down