Skip to content

Commit

Permalink
chore(packages): release
Browse files Browse the repository at this point in the history
 - @algoan/nestjs-google-pubsub-client@0.4.12
 - @algoan/nestjs-google-pubsub-microservice@3.1.3
 - @algoan/nestjs-logging-interceptor@2.7.0
  • Loading branch information
Algoan Bot committed Sep 16, 2024
1 parent 9a4206e commit 4cf0af5
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/google-pubsub-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.4.12](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-google-pubsub-client@0.4.11...@algoan/nestjs-google-pubsub-client@0.4.12) (2024-09-16)


### Bug Fixes

* **deps:** restrict @algoan/pubsub peer dependency ([2a8587b](https://github.com/algoan/nestjs-components/commit/2a8587bf3d35886e1c226c1023f39fb3c101f16f))



## [0.4.11](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-google-pubsub-client@0.4.10...@algoan/nestjs-google-pubsub-client@0.4.11) (2023-12-11)

**Note:** Version bump only for package @algoan/nestjs-google-pubsub-client
Expand Down
2 changes: 1 addition & 1 deletion packages/google-pubsub-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algoan/nestjs-google-pubsub-client",
"version": "0.4.11",
"version": "0.4.12",
"description": "A NestJS ClientProxy for Google Cloud PubSub",
"keywords": [
"nestjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/google-pubsub-microservice/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [3.1.3](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-google-pubsub-microservice@3.1.2...@algoan/nestjs-google-pubsub-microservice@3.1.3) (2024-09-16)


### Bug Fixes

* **deps:** restrict @algoan/pubsub peer dependency ([2a8587b](https://github.com/algoan/nestjs-components/commit/2a8587bf3d35886e1c226c1023f39fb3c101f16f))



## [3.1.2](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-google-pubsub-microservice@3.1.1...@algoan/nestjs-google-pubsub-microservice@3.1.2) (2023-12-11)

**Note:** Version bump only for package @algoan/nestjs-google-pubsub-microservice
Expand Down
2 changes: 1 addition & 1 deletion packages/google-pubsub-microservice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algoan/nestjs-google-pubsub-microservice",
"version": "3.1.2",
"version": "3.1.3",
"description": "A GooglePubSub transport strategy with NestJS Microservice",
"keywords": [
"nodejs",
Expand Down
9 changes: 9 additions & 0 deletions packages/logging-interceptor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.7.0](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-logging-interceptor@2.6.0...@algoan/nestjs-logging-interceptor@2.7.0) (2024-09-16)


### Features

* add an option to disable header masking for a route ([ffc7776](https://github.com/algoan/nestjs-components/commit/ffc77768c097dbf7d820be0577bcb600c03ddf4d))



## [2.6.0](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-logging-interceptor@2.5.1...@algoan/nestjs-logging-interceptor@2.6.0) (2024-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/logging-interceptor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algoan/nestjs-logging-interceptor",
"version": "2.6.0",
"version": "2.7.0",
"description": "A simple NestJS interceptor to log input/output requests",
"keywords": [
"nestjs",
Expand Down

0 comments on commit 4cf0af5

Please sign in to comment.