Skip to content

Commit

Permalink
chore(release): 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdesmares committed Apr 15, 2024
1 parent 52cd5ed commit c763e5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.2.1](https://github.com/teamstarter/graphql-node-jobs/compare/v2.2.0...v2.2.1) (2024-04-15)


### Bug Fixes

* **acquire:** Fix transaction allowing repeatable/uncommitted reads. the Acquire() function must work as a semaphore and always return an unique job without throwing in case of conflict. ([52cd5ed](https://github.com/teamstarter/graphql-node-jobs/commit/52cd5ed0ec5aa66a657b2b6b83c9052fe2647358))

## [2.2.0](https://github.com/teamstarter/graphql-node-jobs/compare/v2.1.0...v2.2.0) (2024-04-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamstarter/graphql-node-jobs",
"version": "2.2.0",
"version": "2.2.1",
"private": false,
"author": {
"email": "vincent.desmares@gmail.com",
Expand Down

0 comments on commit c763e5f

Please sign in to comment.