diff --git a/package-lock.json b/package-lock.json index 29af74cb..f7a86534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19386,7 +19386,7 @@ }, "packages/http-exception-filter": { "name": "@algoan/nestjs-http-exception-filter", - "version": "1.0.21", + "version": "1.1.0", "license": "ISC", "dependencies": { "lodash": "^4.17.21" diff --git a/packages/http-exception-filter/CHANGELOG.md b/packages/http-exception-filter/CHANGELOG.md index fad9f221..abaaa57e 100644 --- a/packages/http-exception-filter/CHANGELOG.md +++ b/packages/http-exception-filter/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.0](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-http-exception-filter@1.0.21...@algoan/nestjs-http-exception-filter@1.1.0) (2024-09-16) + + +### Features + +* **http-exception-filter:** add option to mask headers ([ca3f18e](https://github.com/algoan/nestjs-components/commit/ca3f18e40cbcc248902b14860b4827b7831ffd89)) + + + ## [1.0.21](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-http-exception-filter@1.0.20...@algoan/nestjs-http-exception-filter@1.0.21) (2023-12-11) **Note:** Version bump only for package @algoan/nestjs-http-exception-filter diff --git a/packages/http-exception-filter/package.json b/packages/http-exception-filter/package.json index 7711af7a..44265fc5 100644 --- a/packages/http-exception-filter/package.json +++ b/packages/http-exception-filter/package.json @@ -1,6 +1,6 @@ { "name": "@algoan/nestjs-http-exception-filter", - "version": "1.0.21", + "version": "1.1.0", "description": "A simple http exception filter for NestJS applications", "keywords": [ "nestjs",