Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @golevelup/ts-jest@0.5.2
  • Loading branch information
WonderPanda committed Aug 12, 2024
1 parent b181b8a commit 20cd8df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.5.2](https://github.com/golevelup/nestjs/compare/@golevelup/ts-jest@0.5.1...@golevelup/ts-jest@0.5.2) (2024-08-12)

### Bug Fixes

- **ts-jest:** fixed nullable mocks issue ([#759](https://github.com/golevelup/nestjs/issues/759)) ([b181b8a](https://github.com/golevelup/nestjs/commit/b181b8aaf3d91302e4fcaaea6f5979499d50ee54)), closes [#757](https://github.com/golevelup/nestjs/issues/757)

## [0.5.1](https://github.com/golevelup/nestjs/compare/@golevelup/ts-jest@0.5.0...@golevelup/ts-jest@0.5.1) (2024-08-09)

### 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.5.1",
"version": "0.5.2",
"description": "Reusable utilities to help level up NestJS Testing",
"author": "Jesse Carter <jesse.r.carter@gmail.com>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down

0 comments on commit 20cd8df

Please sign in to comment.