Skip to content

Commit 52eda2e

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2024-06-01) ### 🐛 BUG FIXES * Added missing template types for returned s in the method. ([8011bd3](8011bd3))
1 parent 8011bd3 commit 52eda2e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [1.5.1](https://github.com/pulsecron/pulse/compare/v1.5.0...v1.5.1) (2024-06-01)
4+
5+
6+
### 🐛 BUG FIXES
7+
8+
* Added missing template types for returned s in the method. ([8011bd3](https://github.com/pulsecron/pulse/commit/8011bd3d7449876a60a5df5b26db7f907098a2fe))
9+
310
## [1.5.0](https://github.com/pulsecron/pulse/compare/v1.4.4...v1.5.0) (2024-05-21)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pulsecron/pulse",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The modern MongoDB-powered job scheduler library for Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)