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

Commit 72bf513

Browse files
chore(release): 6.0.0-alpha.2 [skip ci]
# [6.0.0-alpha.2](v6.0.0-alpha.1...v6.0.0-alpha.2) (2020-02-08) ### Bug Fixes * **build:** possibly fix version number not updated in alfred workflow ([ac02c22](ac02c22))
1 parent ac02c22 commit 72bf513

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [6.0.0-alpha.2](https://github.com/moranje/alfred-workflow-todoist/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2020-02-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** possibly fix version number not updated in alfred workflow ([ac02c22](https://github.com/moranje/alfred-workflow-todoist/commit/ac02c22f62e2ebbc0e2a69d4878d58b867e367a6))
7+
18
# [6.0.0-alpha.1](https://github.com/moranje/alfred-workflow-todoist/compare/v5.8.4...v6.0.0-alpha.1) (2020-02-08)
29

310

15 Bytes
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>5.8.4</string>
415+
<string>6.0.0-alpha.1</string>
416416
<key>webaddress</key>
417417
<string>https://github.com/moranje/alfred-workflow-todoist</string>
418418
</dict>

dist/workflow/workflow.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "5.8.4",
3-
"updated": "2020-02-08T11:18:18.002Z"
2+
"version": "6.0.0-alpha.1",
3+
"updated": "2020-02-08T11:47:08.883Z"
44
}

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.1",
3+
"version": "6.0.0-alpha.2",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)