Skip to content

Commit 4cee624

Browse files
chore(release): 1.2.3 [skip ci]
## [1.2.3](v1.2.2...v1.2.3) (2025-09-15) ### Bug Fixes * improve worker runtime documentation and clean production output ([ba89acb](ba89acb))
1 parent ba89acb commit 4cee624

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.3](https://github.com/btwld/nestjs-worker/compare/v1.2.2...v1.2.3) (2025-09-15)
9+
10+
11+
### Bug Fixes
12+
13+
* improve worker runtime documentation and clean production output ([ba89acb](https://github.com/btwld/nestjs-worker/commit/ba89acb04c22465fe496625f04ca567726400da0))
14+
815
## [1.2.2](https://github.com/btwld/nestjs-worker/compare/v1.2.1...v1.2.2) (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.2",
3+
"version": "1.2.3",
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)