Skip to content

Commit 8bba917

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2025-09-15) ### Bug Fixes * improve NPM authentication in release workflow ([d7217af](d7217af))
1 parent a34737b commit 8bba917

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.0.1](https://github.com/btwld/nestjs-worker/compare/v1.0.0...v1.0.1) (2025-09-15)
9+
10+
11+
### Bug Fixes
12+
13+
* improve NPM authentication in release workflow ([d7217af](https://github.com/btwld/nestjs-worker/commit/d7217afa40aa2f7046e8c6b50a905245502b2366))
14+
815
# 1.0.0 (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.0.0",
3+
"version": "1.0.1",
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)