Skip to content

Commit

Permalink
Merge pull request #11 from k2tzumi/tagpr-from-v0.0.4
Browse files Browse the repository at this point in the history
Release for v0.0.5
  • Loading branch information
k2tzumi authored Mar 4, 2023
2 parents c084022 + f8b7472 commit 3b03087
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3b03087

Please # to comment.