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

Commit bd13993

Browse files
chore(release): 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2024-04-17) ### 🐛 BUG FIXES * add DatabaseService provider to PulseModule ([#1](#1)) ([14cd0e3](14cd0e3)) * add DatabaseService provider to PulseModule ([#2](#2)) ([494bd60](494bd60)) * update @pulsecron/pulse dependency to version 1.1.6 ([e546f64](e546f64))
1 parent 494bd60 commit bd13993

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.5](https://github.com/pulsecron/nestjs-pulse/compare/v1.0.4...v1.0.5) (2024-04-17)
4+
5+
6+
### 🐛 BUG FIXES
7+
8+
* add DatabaseService provider to PulseModule ([#1](https://github.com/pulsecron/nestjs-pulse/issues/1)) ([14cd0e3](https://github.com/pulsecron/nestjs-pulse/commit/14cd0e307d5bc159393b0976f4f4d6f22126c79b))
9+
* add DatabaseService provider to PulseModule ([#2](https://github.com/pulsecron/nestjs-pulse/issues/2)) ([494bd60](https://github.com/pulsecron/nestjs-pulse/commit/494bd600565ff2b0abf7054cbd98919c5d1a2316))
10+
* update @pulsecron/pulse dependency to version 1.1.6 ([e546f64](https://github.com/pulsecron/nestjs-pulse/commit/e546f64d3d8a541c5d770cb0da8ab36b32453358))
11+
312
## [1.0.4](https://github.com/pulsecron/nestjs-pulse/compare/v1.0.3...v1.0.4) (2024-04-16)
413

514

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