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

Commit 962b556

Browse files
chore(release): 6.0.0-alpha.7 [skip ci]
# [6.0.0-alpha.7](v6.0.0-alpha.6...v6.0.0-alpha.7) (2020-02-16) ### Bug Fixes * **cache:** handle empty resource lists ([af89785](af89785)) * **cache:** issue where cache timestamps wouldn't be updated once created ([5156040](5156040)) ### Features * **parser:** reimplement date from now for timestamped tasks ([cd090d8](cd090d8))
1 parent c21cce2 commit 962b556

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [6.0.0-alpha.7](https://github.com/moranje/alfred-workflow-todoist/compare/v6.0.0-alpha.6...v6.0.0-alpha.7) (2020-02-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **cache:** handle empty resource lists ([af89785](https://github.com/moranje/alfred-workflow-todoist/commit/af89785f5a1c4ffc1bedc1cdaf05c858c145b706))
7+
* **cache:** issue where cache timestamps wouldn't be updated once created ([5156040](https://github.com/moranje/alfred-workflow-todoist/commit/515604085198124165424037aa4c31b4cbeae9e1))
8+
9+
10+
### Features
11+
12+
* **parser:** reimplement date from now for timestamped tasks ([cd090d8](https://github.com/moranje/alfred-workflow-todoist/commit/cd090d8a26486bd36dc266582c0bc02469f9f9ef))
13+
114
# [6.0.0-alpha.6](https://github.com/moranje/alfred-workflow-todoist/compare/v6.0.0-alpha.5...v6.0.0-alpha.6) (2020-02-13)
215

316

97.3 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.6</string>
415+
<string>6.0.0-alpha.7</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.6",
3+
"version": "6.0.0-alpha.7",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)