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

Commit 64ecc8b

Browse files
chore(release): 5.4.4 [skip ci]
## [5.4.4](v5.4.3...v5.4.4) (2018-10-09) ### Bug Fixes * add extra space to prevent item list from remaining open ([d96b517](d96b517)) * allows for token setting to be empty (initial state) ([4140290](4140290)) * setting validation errors ([302d9b7](302d9b7))
1 parent 302d9b7 commit 64ecc8b

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.4.4](https://github.com/moranje/alfred-workflow-todoist/compare/v5.4.3...v5.4.4) (2018-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* add extra space to prevent item list from remaining open ([d96b517](https://github.com/moranje/alfred-workflow-todoist/commit/d96b517))
7+
* allows for token setting to be empty (initial state) ([4140290](https://github.com/moranje/alfred-workflow-todoist/commit/4140290))
8+
* setting validation errors ([302d9b7](https://github.com/moranje/alfred-workflow-todoist/commit/302d9b7))
9+
110
## [5.4.3](https://github.com/moranje/alfred-workflow-todoist/compare/v5.4.2...v5.4.3) (2018-10-08)
211

312

-176 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.4.3</string>
467+
<string>5.4.4</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.3",
3+
"version": "5.4.4",
44
"description": "",
55
"keywords": [],
66
"main": "dist/workflow/alfred-workflow-todoist.js",

0 commit comments

Comments
 (0)