Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 1c1c177

Browse files
committed
2 parents e546f64 + 0bc1514 commit 1c1c177

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## [1.0.4](https://github.com/pulsecron/nestjs-pulse/compare/v1.0.3...v1.0.4) (2024-04-16)
4+
5+
6+
### 📝 DOCS
7+
8+
* add new notification service in README.md ([8a0f06e](https://github.com/pulsecron/nestjs-pulse/commit/8a0f06ef5a69bcb34ac9bccfaca06921749de786))
9+
10+
11+
### 🐛 BUG FIXES
12+
13+
* delete default suffix queue name ([6f38c8e](https://github.com/pulsecron/nestjs-pulse/commit/6f38c8e88dcf6a54199f443e613cd2140e7e5970))
14+
315
## [1.0.3](https://github.com/pulsecron/nestjs-pulse/compare/v1.0.2...v1.0.3) (2024-04-15)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pulsecron/nestjs-pulse",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "The modern MongoDB-powered scheduling library pulse for NestJS",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)