From 266730fe9901f300128e5ad1f5362b9fc2f1c55b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 Mar 2023 16:41:35 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48e2820..2a3d145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apps-script-jobqueue", - "version": "v0.0.4", + "version": "v0.0.5", "description": "A simple job queue library for Google Apps Script.", "private": true, "main": "src/index.ts", From f8b7472ad651a2bedf964d08fba783d50115949f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 Mar 2023 16:41:36 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33dc024..43f6949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.0.5](https://github.com/k2tzumi/apps-script-jobqueue/compare/v0.0.4...v0.0.5) - 2023-03-04 +### Other Changes +- Fix `Cannot set properties of undefined (setting 'JobBroker')` by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/10 +- Revise the type by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/12 + ## [v0.0.4](https://github.com/k2tzumi/apps-script-jobqueue/compare/v0.0.3...v0.0.4) - 2023-03-04 ### Other Changes - Fix by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/8