Skip to content

Commit

Permalink
chore(release): 2.0.0-develop.2 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-develop.2](v2.0.0-develop.1...v2.0.0-develop.2) (2022-11-03)

### Bug Fixes

* update job-service to include merged feature ([f576ca9](f576ca9))

### Features

* **jobRepository:** add countJobsAsync method ([2f0951b](2f0951b))
  • Loading branch information
semantic-release-bot committed Nov 3, 2022
1 parent f576ca9 commit 819ee82
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0-develop.2](https://github.com/droidsolutions/job-service-typeorm/compare/v2.0.0-develop.1...v2.0.0-develop.2) (2022-11-03)


### Bug Fixes

* update job-service to include merged feature ([f576ca9](https://github.com/droidsolutions/job-service-typeorm/commit/f576ca97b82d01485e9a3731fde5716fd04c0803))


### Features

* **jobRepository:** add countJobsAsync method ([2f0951b](https://github.com/droidsolutions/job-service-typeorm/commit/2f0951b25a8713c1d23a91c769abd15376d776af))

# [2.0.0-develop.1](https://github.com/droidsolutions/job-service-typeorm/compare/v1.0.0...v2.0.0-develop.1) (2022-07-05)


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

0 comments on commit 819ee82

Please sign in to comment.