Skip to content

Commit

Permalink
chore(release): 3.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.2](v3.3.1...v3.3.2) (2024-02-21)

### Bug Fixes

* **JobWorkerBase:** break worker loop when exception is thrown ([7efa16a](7efa16a))
* **JobWorkerBase:** improve exception handling when cancelled ([45385a5](45385a5))
  • Loading branch information
semantic-release-bot committed Feb 21, 2024
1 parent 7efa16a commit 22d8836
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.3.2](https://github.com/droidsolutions/job-service/compare/v3.3.1...v3.3.2) (2024-02-21)


### Bug Fixes

* **JobWorkerBase:** break worker loop when exception is thrown ([7efa16a](https://github.com/droidsolutions/job-service/commit/7efa16a9115fc0861611b4e1e865ef20d296cacb))
* **JobWorkerBase:** improve exception handling when cancelled ([45385a5](https://github.com/droidsolutions/job-service/commit/45385a57e8240641fdfeb0de1198b36231a80ac6))

## [3.3.1](https://github.com/droidsolutions/job-service/compare/v3.3.0...v3.3.1) (2024-02-16)


Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>main</RepositoryBranch>
<RepositoryCommit>8ac0b9c6c9436028fadcb43215b1f6d50beb2abf</RepositoryCommit>
<Version>3.3.1</Version>
<RepositoryCommit>7efa16a9115fc0861611b4e1e865ef20d296cacb</RepositoryCommit>
<Version>3.3.2</Version>
</PropertyGroup>

<ItemGroup>
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",
"version": "3.3.1",
"version": "3.3.2",
"description": "Base library that provides a way to manage recurring jobs in a database.",
"main": "dist/src/NodeJS/Index.js",
"types": "dist/src/NodeJS/Index.d.ts",
Expand Down

0 comments on commit 22d8836

Please sign in to comment.