Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2023-04-05)

### Bug Fixes

* **JobRepository:** find Requested jobs ([2a151ad](2a151ad))
* update job-service to include merged feature ([f576ca9](f576ca9))

### Features

* allow find started jobs ([9bf253f](9bf253f))

### BREAKING CHANGES

* JobRepository.findExistingJobAsync has an additional includeStarted argument
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent 742eda8 commit bbad1d9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/droidsolutions/job-service-typeorm/compare/v1.1.0...v2.0.0) (2023-04-05)


### Bug Fixes

* **JobRepository:** find Requested jobs ([2a151ad](https://github.com/droidsolutions/job-service-typeorm/commit/2a151ade851100dfac6965e4eb42c8bd1b7b59b5))
* update job-service to include merged feature ([f576ca9](https://github.com/droidsolutions/job-service-typeorm/commit/f576ca97b82d01485e9a3731fde5716fd04c0803))


### Features

* allow find started jobs ([9bf253f](https://github.com/droidsolutions/job-service-typeorm/commit/9bf253f6f1d305a96dba8bcd1b793e723313f14e))


### BREAKING CHANGES

* JobRepository.findExistingJobAsync has an additional includeStarted argument

# [2.0.0-develop.3](https://github.com/droidsolutions/job-service-typeorm/compare/v2.0.0-develop.2...v2.0.0-develop.3) (2023-01-30)


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": "2.0.0-develop.3",
"version": "2.0.0",
"description": "TypeORM implementation of DroidSolutions job service",
"main": "dist/src/Index.js",
"scripts": {
Expand Down

0 comments on commit bbad1d9

Please sign in to comment.