Skip to content

Commit

Permalink
6.1.2 release chores
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Jul 5, 2021
1 parent 6bb809b commit 0bc6f03
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 65 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changes

## 6.1.2

- Typescript types and docs updated for `stop()`. PR from @fiznool

## 6.1.1

- Fixed drift in schema migration between new and upgraded instances since the 6.0.0 release. In this case, the onComplete default was still set to true for direct table integrations on new intances, but migrated to the correct default of false for upgraded instances.
Expand Down
128 changes: 64 additions & 64 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
@@ -1,6 +1,6 @@
{
"name": "pg-boss",
"version": "6.1.1",
"version": "6.1.2",
"description": "Queueing jobs in Node.js using PostgreSQL like a boss",
"main": "./src/index.js",
"engines": {
Expand Down

0 comments on commit 0bc6f03

Please sign in to comment.