Skip to content

Commit 905b9d5

Browse files
chore(release): 1.2.4 [skip ci]
## [1.2.4](v1.2.3...v1.2.4) (2025-09-16) ### Bug Fixes * remove all debug logging statements from production code ([bacb9b4](bacb9b4))
1 parent bacb9b4 commit 905b9d5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.4](https://github.com/btwld/nestjs-worker/compare/v1.2.3...v1.2.4) (2025-09-16)
9+
10+
11+
### Bug Fixes
12+
13+
* remove all debug logging statements from production code ([bacb9b4](https://github.com/btwld/nestjs-worker/commit/bacb9b45899c116cd0c4256acead528a85fcad02))
14+
815
## [1.2.3](https://github.com/btwld/nestjs-worker/compare/v1.2.2...v1.2.3) (2025-09-15)
916

1017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-worker",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "A powerful NestJS library for seamless worker_threads integration with decorators and dependency injection",
55
"author": "Bitwild <contact@bitwild.com>",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)