Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
WonderPanda committed Nov 12, 2024
1 parent 4188b84 commit c47cc5b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions integration/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.1](https://github.com/golevelup/nestjs/compare/[email protected]@3.5.1) (2024-11-12)

**Note:** Version bump only for package rabbitmq-integration

# [3.5.0](https://github.com/golevelup/nestjs/compare/[email protected]@3.5.0) (2024-11-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion integration/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabbitmq-integration",
"version": "3.5.0",
"version": "3.5.1",
"description": "RabbitMQ integration project",
"private": true,
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.6.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-12)

**Note:** Version bump only for package @golevelup/nestjs-rabbitmq

# [5.6.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/nestjs-rabbitmq",
"version": "5.6.0",
"version": "5.6.1",
"description": "Badass RabbitMQ addons for NestJS",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs/blob/master/packages/rabbitmq/README.md",
Expand Down
6 changes: 6 additions & 0 deletions packages/testing/ts-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-12)

### Bug Fixes

- **ts-jest:** ts-jest: toPrimitive should not be set on proxies, but … ([#879](https://github.com/golevelup/nestjs/issues/879)) ([4188b84](https://github.com/golevelup/nestjs/commit/4188b841a16dd7989866a14d40277cb72508d869))

# [0.6.0](https://github.com/golevelup/nestjs/compare/@golevelup/[email protected]...@golevelup/[email protected]) (2024-11-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/ts-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/ts-jest",
"version": "0.6.0",
"version": "0.6.1",
"description": "Reusable utilities to help level up NestJS Testing",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down

0 comments on commit c47cc5b

Please sign in to comment.