Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.1.11](https://github.com/k2tzumi/apps-script-jobqueue/compare/v0.1.10...v0.1.11) - 2026-02-01
### Other Changes
- Fix latest version by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/52

## [v0.1.10](https://github.com/k2tzumi/apps-script-jobqueue/compare/v0.1.9...v0.1.10) - 2026-02-01
### Other Changes
- Refactor rollup output format to match webpack-style structure by @k2tzumi in https://github.com/k2tzumi/apps-script-jobqueue/pull/50
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.10",
"version": "v0.1.11",
"description": "A simple job queue library for Google Apps Script.",
"type": "module",
"private": true,
Expand Down