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

Commit 531854f

Browse files
chore(release): 5.4.5 [skip ci]
## [5.4.5](v5.4.4...v5.4.5) (2018-10-10) ### Bug Fixes * **settings:** validation: allow uuid to be made up out `A-F` chars ([951bcf3](951bcf3))
1 parent 951bcf3 commit 531854f

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.5](https://github.com/moranje/alfred-workflow-todoist/compare/v5.4.4...v5.4.5) (2018-10-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **settings:** validation: allow uuid to be made up out `A-F` chars ([951bcf3](https://github.com/moranje/alfred-workflow-todoist/commit/951bcf3))
7+
18
## [5.4.4](https://github.com/moranje/alfred-workflow-todoist/compare/v5.4.3...v5.4.4) (2018-10-09)
29

310

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

0 commit comments

Comments
 (0)