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

Commit 612d6aa

Browse files
chore(release): 6.0.0-alpha.4 [skip ci]
# [6.0.0-alpha.4](v6.0.0-alpha.3...v6.0.0-alpha.4) (2020-02-11) ### Bug Fixes * updater not picking up new prereleases, please update manually ([fdcb793](fdcb793)) * **project:** unhelpful error message when missing todoist token in settings ([5a0af91](5a0af91))
1 parent 837a9e1 commit 612d6aa

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [6.0.0-alpha.4](https://github.com/moranje/alfred-workflow-todoist/compare/v6.0.0-alpha.3...v6.0.0-alpha.4) (2020-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* updater not picking up new prereleases, please update manually ([fdcb793](https://github.com/moranje/alfred-workflow-todoist/commit/fdcb793369000b580217db4a58311816503bb5c3))
7+
* **project:** unhelpful error message when missing todoist token in settings ([5a0af91](https://github.com/moranje/alfred-workflow-todoist/commit/5a0af91b49b0c5b83ad73cb1fec768233e19df64))
8+
19
# [6.0.0-alpha.3](https://github.com/moranje/alfred-workflow-todoist/compare/v6.0.0-alpha.2...v6.0.0-alpha.3) (2020-02-08)
210

311

-248 KB
Binary file not shown.

dist/workflow/info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ node $node_flags alfred-workflow-todoist.js "{\"name\": \"readSettings\", \"args
412412
<string></string>
413413
</dict>
414414
<key>version</key>
415-
<string>6.0.0-alpha.3</string>
415+
<string>6.0.0-alpha.4</string>
416416
<key>webaddress</key>
417417
<string>https://github.com/moranje/alfred-workflow-todoist</string>
418418
</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": "6.0.0-alpha.3",
3+
"version": "6.0.0-alpha.4",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)