From 524f176748d44322be985ef4b9010647cb11e740 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 04:10:23 +0000 Subject: [PATCH 1/2] updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a962d1d..e58c8417f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +## [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) @@ -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)) - From b088abdca92f216e59af905116baf4fc1782fe4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 04:10:24 +0000 Subject: [PATCH 2/2] updated package.json [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05c1d1fc2..ae0c295a5 100644 --- a/package.json +++ b/package.json @@ -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"