Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit badf292

Browse files
chore(release): 5.4.2 [skip ci]
## [5.4.2](v5.4.1...v5.4.2) (2018-10-07) ### Bug Fixes * more consistent caching of todoist API calls ([f397593](f397593))
1 parent c8cab77 commit badf292

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.4.2](https://github.com/moranje/alfred-workflow-todoist/compare/v5.4.1...v5.4.2) (2018-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* more consistent caching of todoist API calls ([f397593](https://github.com/moranje/alfred-workflow-todoist/commit/f397593))
7+
18
## [5.4.1](https://github.com/moranje/alfred-workflow-todoist/compare/v5.4.0...v5.4.1) (2018-10-07)
29

310

415 Bytes
Binary file not shown.

dist/workflow/info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ node alfred-workflow-todoist.js settings "{query}"</string>
464464
</dict>
465465
</dict>
466466
<key>version</key>
467-
<string>5.4.1</string>
467+
<string>5.4.2</string>
468468
<key>webaddress</key>
469469
<string>https://github.com/moranje/alfred-workflow-todoist</string>
470470
</dict>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alfred-workflow-todoist",
3-
"version": "5.4.1",
3+
"version": "5.4.2",
44
"description": "",
55
"keywords": [],
66
"main": "dist/workflow/alfred-workflow-todoist.js",

0 commit comments

Comments
 (0)