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

Commit fc046c8

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2024-04-14) ### 📝 DOCS * readme ([1eaea4f](1eaea4f)) ### 🚀 FEATURES * init ([df16769](df16769)) ### 🐛 BUG FIXES * init ([1ddabd8](1ddabd8)) * package.json ([207ddd8](207ddd8))
1 parent 207ddd8 commit fc046c8

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# CHANGELOG
2+
3+
## 1.0.0 (2024-04-14)
4+
5+
6+
### 📝 DOCS
7+
8+
* readme ([1eaea4f](https://github.com/pulsecron/nestjs-pulse/commit/1eaea4f7205763820ac5739be6850f5774d44dcf))
9+
10+
11+
### 🚀 FEATURES
12+
13+
* init ([df16769](https://github.com/pulsecron/nestjs-pulse/commit/df16769330b3dc55b7b16a0b278f7d9e7474690d))
14+
15+
16+
### 🐛 BUG FIXES
17+
18+
* init ([1ddabd8](https://github.com/pulsecron/nestjs-pulse/commit/1ddabd8e4ad9a2a9af98f690d72a4613db9df93f))
19+
* package.json ([207ddd8](https://github.com/pulsecron/nestjs-pulse/commit/207ddd89610de002267f7a5941305fe66aa02e93))

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": "0.0.0-development",
3+
"version": "1.0.0",
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)