Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2024-04-15)

### 🐛 BUG FIXES

* update @nestjs/cli and @nestjs/common dependencies in package.json ([a701a83](a701a83))
* update @pulsecron/pulse dependency to version 1.1.3 in package.json ([3bdbc0f](3bdbc0f))
* update dependencies in package.json ([a62264a](a62264a))
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent a701a83 commit 4564d9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## [1.0.2](https://github.com/pulsecron/nestjs-pulse/compare/v1.0.1...v1.0.2) (2024-04-15)


### 🐛 BUG FIXES

* update @nestjs/cli and @nestjs/common dependencies in package.json ([a701a83](https://github.com/pulsecron/nestjs-pulse/commit/a701a8317f3a990dfaef571f9386362c361d6b71))
* update @pulsecron/pulse dependency to version 1.1.3 in package.json ([3bdbc0f](https://github.com/pulsecron/nestjs-pulse/commit/3bdbc0ff7ab6337d14fb38b0c327a8d42f4abc79))
* update dependencies in package.json ([a62264a](https://github.com/pulsecron/nestjs-pulse/commit/a62264a9a7b9b1f4186eb0b4948f115d944254fe))

## [1.0.1](https://github.com/pulsecron/nestjs-pulse/compare/v1.0.0...v1.0.1) (2024-04-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsecron/nestjs-pulse",
"version": "1.0.1",
"version": "1.0.2",
"description": "The modern MongoDB-powered scheduling library pulse for NestJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4564d9f

Please sign in to comment.