diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b1e65..af3b0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.0.0](https://github.com/ezzabuzaid/rfc-7807-problem-details/compare/0.2.5...1.0.0) (2022-05-15) + + +### ⚠ BREAKING CHANGES + +* decouble middleware from problem details handling + +### Bug Fixes + +* decouble middleware from problem details handling ([4e2ab91](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/4e2ab91827e5c59203cf550c1a55b2fc2a4b04f3)) +* use instance of to find the correct constructor of error object ([6708ba8](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/6708ba87abceeadd6e13ebe30ba7fc9fdbcf0a99)) + ### [0.2.5](https://github.com/ezzabuzaid/rfc-7807-problem-details/compare/0.2.4...0.2.5) (2022-05-14) diff --git a/package-lock.json b/package-lock.json index e638e36..7e542b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rfc-7807-problem-details", - "version": "0.2.5", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rfc-7807-problem-details", - "version": "0.2.5", + "version": "1.0.0", "license": "MIT", "dependencies": { "typescript": "^4.6.4" diff --git a/package.json b/package.json index a7aebef..ce82e19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rfc-7807-problem-details", - "version": "0.2.5", + "version": "1.0.0", "description": "Typescript implementation of rfc 7807", "main": "index", "scripts": {