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

Commit b2eb21d

Browse files
chore(release): 5.6.2 [skip ci]
## [5.6.2](v5.6.1...v5.6.2) (2018-10-27) ### Bug Fixes * completing a task now closes a task instead of deleting it ([a0c71f8](a0c71f8)), closes [#47](#47)
1 parent 1b0a86f commit b2eb21d

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.6.2](https://github.com/moranje/alfred-workflow-todoist/compare/v5.6.1...v5.6.2) (2018-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* completing a task now closes a task instead of deleting it ([a0c71f8](https://github.com/moranje/alfred-workflow-todoist/commit/a0c71f8)), closes [#47](https://github.com/moranje/alfred-workflow-todoist/issues/47)
7+
18
## [5.6.1](https://github.com/moranje/alfred-workflow-todoist/compare/v5.6.0...v5.6.1) (2018-10-15)
29

310

1.64 KB
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.6.1</string>
467+
<string>5.6.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.6.1",
3+
"version": "5.6.2",
44
"description": "",
55
"keywords": [],
66
"main": "dist/workflow/alfred-workflow-todoist.js",

0 commit comments

Comments
 (0)