@algoan/nestjs-http-exception-filter
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.5](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-http-exception-filter@1.0.4...@algoan/nestjs-http-exception-filter@1.0.5) (2020-09-21) | ||
**Note:** Version bump only for package @algoan/nestjs-http-exception-filter | ||
## [1.0.4](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-http-exception-filter@1.0.3...@algoan/nestjs-http-exception-filter@1.0.4) (2020-07-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@algoan/nestjs-http-exception-filter", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A simple http exception filter for NestJS applications", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"@nestjs/common": "^7.3.2", | ||
"@nestjs/core": "^7.3.2", | ||
"@nestjs/core": "^7.4.4", | ||
"@nestjs/platform-express": "^7.3.2", | ||
@@ -57,3 +57,3 @@ "@nestjs/testing": "^7.3.2", | ||
}, | ||
"gitHead": "d67549da60dd8c30ba2b41928a5df1f153586d70" | ||
"gitHead": "585f184e0de7f94692c1e421c5ae7e930989a393" | ||
} |
17645