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

Commit 481fcc4

Browse files
chore(release): 1.0.8 [skip ci]
## [1.0.8](v1.0.7...v1.0.8) (2025-03-07) ### 🚀 FEATURES * support nestjs version 11 ([#9](#9)) ([36563c9](36563c9)) ### 🐛 BUG FIXES * updating readme after package updates ([cc09b46](cc09b46)) * updating readme after package updates ([742ba01](742ba01))
1 parent cc09b46 commit 481fcc4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.8](https://github.com/pulsecron/nestjs-pulse/compare/v1.0.7...v1.0.8) (2025-03-07)
4+
5+
### 🚀 FEATURES
6+
7+
* support nestjs version 11 ([#9](https://github.com/pulsecron/nestjs-pulse/issues/9)) ([36563c9](https://github.com/pulsecron/nestjs-pulse/commit/36563c9230a5ed005ef324a04f531db19f94477c))
8+
9+
### 🐛 BUG FIXES
10+
11+
* updating readme after package updates ([cc09b46](https://github.com/pulsecron/nestjs-pulse/commit/cc09b4636bfa64f9e0d055f97e26ca500b47d53e))
12+
* updating readme after package updates ([742ba01](https://github.com/pulsecron/nestjs-pulse/commit/742ba01bb9c20bd3de8e668b97ef0ca5320d818a))
13+
314
## [1.0.7](https://github.com/pulsecron/nestjs-pulse/compare/v1.0.6...v1.0.7) (2024-05-07)
415

516

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.7",
3+
"version": "1.0.8",
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)