Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.1...v3.1.0) (2024-02-12)

### Features

* add deleteJobsAsync method ([990fc0e](990fc0e))
* update date-fns to 3x ([559e74d](559e74d))
  • Loading branch information
semantic-release-bot committed Feb 12, 2024
1 parent 104de48 commit 3bf2d9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.1.0](https://github.com/droidsolutions/job-service-typeorm/compare/v3.0.1...v3.1.0) (2024-02-12)


### Features

* add deleteJobsAsync method ([990fc0e](https://github.com/droidsolutions/job-service-typeorm/commit/990fc0e5f4a94b4ff8d1740c3416bd5cf8084b66))
* update date-fns to 3x ([559e74d](https://github.com/droidsolutions/job-service-typeorm/commit/559e74d305bcea8e159125ba04246a5f07f8f915))

## [3.0.1](https://github.com/droidsolutions/job-service-typeorm/compare/v3.0.0...v3.0.1) (2023-11-20)


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": "@droidsolutions-oss/job-service-typeorm",
"version": "3.0.1",
"version": "3.1.0",
"description": "TypeORM implementation of DroidSolutions job service",
"main": "dist/src/Index.js",
"scripts": {
Expand Down

0 comments on commit 3bf2d9f

Please sign in to comment.