diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d5a54..e717c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ +## [1.1.0](https://github.com/ezzabuzaid/rfc-7807-problem-details/compare/1.0.2...1.1.0) (2022-05-18) + + +### Features + +* export ProblemDetailsSetup class to handle custom/other frameworks ([4cc8ff4](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/4cc8ff4f19f1aa9a97c7c4cba50e4166686ac133)) +* prepare problem details option internally to reduce custom setup ([85941a4](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/85941a436f220ab61087a098c4ff5a093e357c5d)) + + +### Bug Fixes + +* incoming errors were not correctly checked using instanceof ([4f230ed](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/4f230ed420519c05939bada8b110650170022de1)) +* use context.set as default header setter ([15f24cf](https://github.com/ezzabuzaid/rfc-7807-problem-details/commit/15f24cf489abc36890f7e6606bda1227f2e366ce)) + ### [1.0.2](https://github.com/ezzabuzaid/rfc-7807-problem-details/compare/1.0.1...1.0.2) (2022-05-15) ### [1.0.1](https://github.com/ezzabuzaid/rfc-7807-problem-details/compare/1.0.0...1.0.1) (2022-05-15) diff --git a/package-lock.json b/package-lock.json index 70741a2..dfc0db2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rfc-7807-problem-details", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rfc-7807-problem-details", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "dependencies": { "typescript": "^4.6.4" diff --git a/package.json b/package.json index 654d52d..c8395fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rfc-7807-problem-details", - "version": "1.0.2", + "version": "1.1.0", "description": "Typescript implementation of rfc 7807", "main": "index", "scripts": {