Skip to content

Commit d5ec59a

Browse files
chore(release): 1.5.2 [skip ci]
## [1.5.2](v1.5.1...v1.5.2) (2024-06-29) ### 🐛 BUG FIXES * import Document interface in unique.ts ([811044d](811044d))
1 parent 811044d commit d5ec59a

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.2](https://github.com/pulsecron/pulse/compare/v1.5.1...v1.5.2) (2024-06-29)
4+
5+
6+
### 🐛 BUG FIXES
7+
8+
* import Document interface in unique.ts ([811044d](https://github.com/pulsecron/pulse/commit/811044d2cebd18b0300e8c876c2face70528bcff))
9+
310
## [1.5.1](https://github.com/pulsecron/pulse/compare/v1.5.0...v1.5.1) (2024-06-01)
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.1",
3+
"version": "1.5.2",
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)