diff --git a/CHANGELOG.md b/CHANGELOG.md index c81314c..3c25bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog +## Version [3.2.3](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.2...v3.2.3) (2019-02-18) + +### Updated +- bump dependencies +- fix badges in Readme + + ## Version [3.2.2](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.1...v3.2.2) (2019-01-26) ### Updated -- Readme: rename GitHub references `futurestudio -> futurestudio` +- Readme: rename GitHub references `fs-opensource -> futurestudio` ## Version [3.2.1](https://github.com/futurestudio/hapi-dev-errors/compare/v3.2.0...v3.2.1) (2019-01-22) diff --git a/README.md b/README.md index 93da9aa..f9afd0d 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@

- Build Status + Build Status Known Vulnerabilities hapi-dev-errors Version - Greenkeeper badge + Greenkeeper badge

Follow @marcuspoehls for updates! diff --git a/package.json b/package.json index 6e00721..00e5219 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hapi-dev-errors", "description": "Return better error details and skip the look at command line to catch the issue.", - "version": "3.2.2", + "version": "3.2.3", "author": "Future Studio ", "bugs": { "url": "https://github.com/futurestudio/hapi-dev-errors/issues" @@ -13,17 +13,17 @@ "devDependencies": { "boom": "~7.3.0", "code": "~5.2.4", - "eslint": "~5.12.1", + "eslint": "~5.14.0", "eslint-config-standard": "~12.0.0", - "eslint-plugin-import": "~2.14.0", + "eslint-plugin-import": "~2.16.0", "eslint-plugin-node": "~8.0.1", "eslint-plugin-promise": "~4.0.1", "eslint-plugin-standard": "~4.0.0", - "hapi": "~18.0.0", + "hapi": "~18.1.0", "husky": "~1.3.1", "joi": "~14.3.1", - "lab": "~18.0.1", - "sinon": "~7.2.2", + "lab": "~18.0.2", + "sinon": "~7.2.3", "vision": "~5.4.4" }, "engines": {