http-response-status
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -5,2 +5,11 @@ # Changelog | ||
### [1.0.15](https://github.com/arnaud-zg/http-response-status/compare/v1.0.14...v1.0.15) (2020-05-26) | ||
### 🔧 Chore | ||
* **deps:** update dependency @types/jest to v25.2.3 ([#116](https://github.com/arnaud-zg/http-response-status/issues/116)) ([fc84500](https://github.com/arnaud-zg/http-response-status/commit/fc84500509b85ff2d14ddc68271cdb5cace3b932)) | ||
* **deps:** update dependency codecov to v3.7.0 ([#115](https://github.com/arnaud-zg/http-response-status/issues/115)) ([63e059a](https://github.com/arnaud-zg/http-response-status/commit/63e059aca925d5293caf3db4224080080dcba4a2)) | ||
* **deps:** update dependency typescript to v3.9.3 ([#117](https://github.com/arnaud-zg/http-response-status/issues/117)) ([ec155eb](https://github.com/arnaud-zg/http-response-status/commit/ec155eb2cff9498495965f608e59ad0c93e66d4f)) | ||
### [1.0.14](https://github.com/arnaud-zg/http-response-status/compare/v1.0.13...v1.0.14) (2020-05-16) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "http-response-status", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "HTTP Status Map", | ||
@@ -50,4 +50,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "25.2.2", | ||
"codecov": "3.6.5", | ||
"@types/jest": "25.2.3", | ||
"codecov": "3.7.0", | ||
"husky": "4.2.5", | ||
@@ -57,4 +57,4 @@ "standard-version": "8.0.0", | ||
"tslib": "2.0.0", | ||
"typescript": "3.9.2" | ||
"typescript": "3.9.3" | ||
} | ||
} |
100483