diff --git a/CHANGELOG.md b/CHANGELOG.md index 866d36d..f92aeb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.1.2](https://github.com/k2tzumi/apps-script-jobqueue/compare/v0.1.1...v0.1.2) - 2023-03-05 +### Other Changes +- Fix JobBroker.jobEventHandler is not a function by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/23 + ## [v0.1.1](https://github.com/k2tzumi/apps-script-jobqueue/compare/v0.1.0...v0.1.1) - 2023-03-05 ### Other Changes - Export jobEventHandler by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/21 diff --git a/package.json b/package.json index cecefaf..dcf027f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apps-script-jobqueue", - "version": "v0.1.1", + "version": "v0.1.2", "description": "A simple job queue library for Google Apps Script.", "private": true, "main": "src/index.ts",