Skip to content

Commit

Permalink
Merge pull request #17 from k2tzumi/tagpr-from-v0.0.6
Browse files Browse the repository at this point in the history
Release for v0.0.7
  • Loading branch information
k2tzumi authored Mar 5, 2023
2 parents bc4bf82 + 67606c9 commit 0d5a530
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.7](https://github.com/k2tzumi/apps-script-jobqueue/compare/v0.0.6...v0.0.7) - 2023-03-05
### Other Changes
- Fix type def by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/16
- Add JobFunction return value to link asynchronous execution status by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/18

## [v0.0.6](https://github.com/k2tzumi/apps-script-jobqueue/compare/v0.0.5...v0.0.6) - 2023-03-04
### Other Changes
- Add object type to parameter by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/13
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.6",
"version": "v0.0.7",
"description": "A simple job queue library for Google Apps Script.",
"private": true,
"main": "src/index.ts",
Expand Down

0 comments on commit 0d5a530

Please # to comment.