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

Commit

Permalink
chore(release): 6.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-alpha.3](v6.0.0-alpha.2...v6.0.0-alpha.3) (2020-02-08)

### Bug Fixes

* alfred workflow version is the same as the release version again ([0ce67a3](0ce67a3))
  • Loading branch information
semantic-release-bot committed Feb 8, 2020
1 parent 0ce67a3 commit 97c7552
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [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)


### Bug Fixes

* alfred workflow version is the same as the release version again ([0ce67a3](https://github.com/moranje/alfred-workflow-todoist/commit/0ce67a37d97a6dc8df26e13165350f09c96a3786))

# [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)


Expand Down
Binary file modified dist/Alfred Workflow Todoist.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ node $node_flags alfred-workflow-todoist.js "{\"name\": \"readSettings\", \"args
<string></string>
</dict>
<key>version</key>
<string>6.0.0-alpha.1</string>
<string>6.0.0-alpha.3</string>
<key>webaddress</key>
<string>https://github.com/moranje/alfred-workflow-todoist</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions dist/workflow/workflow.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "6.0.0-alpha.1",
"updated": "2020-02-08T11:47:08.883Z"
"version": "6.0.0-alpha.3",
"updated": "2020-02-08T13:09:00.276Z"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-workflow-todoist",
"version": "6.0.0-alpha.2",
"version": "6.0.0-alpha.3",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 97c7552

Please sign in to comment.