Skip to content

Commit

Permalink
4.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Jun 7, 2020
1 parent e160928 commit 5a1801f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changes

## 4.3.2

- Typescript types updated to removed old done() function on subscribe callback. PR from @GriffinSchneider

## 4.3.1

- Added missing Typescript type for pg intervals used by `includeMetadata`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pg-boss",
"version": "4.3.1",
"version": "4.3.2",
"description": "Queueing jobs in Node.js using PostgreSQL like a boss",
"main": "./src/index.js",
"engines": {
Expand Down

0 comments on commit 5a1801f

Please sign in to comment.