diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0215c..a5c0651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [6.2.11](https://github.com/hokify/agenda/compare/v6.2.10...v6.2.11) (2022-05-23) + + +### Bug Fixes + +* bind correct context to process ([cf70739](https://github.com/hokify/agenda/commit/cf707396707b36d293eb99a79fbc618b75a54900)) + ### [6.2.10](https://github.com/hokify/agenda/compare/v6.2.9...v6.2.10) (2022-05-23) diff --git a/package-lock.json b/package-lock.json index 5165bce..49aa37f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hokify/agenda", - "version": "6.2.10", + "version": "6.2.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hokify/agenda", - "version": "6.2.10", + "version": "6.2.11", "license": "MIT", "dependencies": { "cron-parser": "^4.2.1", diff --git a/package.json b/package.json index 48f4385..405eedc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hokify/agenda", - "version": "6.2.10", + "version": "6.2.11", "description": "Light weight job scheduler for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",