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.8 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-alpha.8](v6.0.0-alpha.7...v6.0.0-alpha.8) (2020-02-16)

### Bug Fixes

* **cache:** cache always being reset ([d83408e](d83408e))

### Features

* **commands:** [#13](#13) sort by due date by default ([32044b0](32044b0))
  • Loading branch information
semantic-release-bot committed Feb 16, 2020
1 parent 8e886ee commit 1505a9b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.0.0-alpha.8](https://github.com/moranje/alfred-workflow-todoist/compare/v6.0.0-alpha.7...v6.0.0-alpha.8) (2020-02-16)


### Bug Fixes

* **cache:** cache always being reset ([d83408e](https://github.com/moranje/alfred-workflow-todoist/commit/d83408e0a066545b1c0db26fe2962a49ed93054d))


### Features

* **commands:** [#13](https://github.com/moranje/alfred-workflow-todoist/issues/13) sort by due date by default ([32044b0](https://github.com/moranje/alfred-workflow-todoist/commit/32044b072c20b949af05aebfcf6083e5e453e9aa))

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


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.7</string>
<string>6.0.0-alpha.8</string>
<key>webaddress</key>
<string>https://github.com/moranje/alfred-workflow-todoist</string>
</dict>
Expand Down
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.7",
"version": "6.0.0-alpha.8",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 1505a9b

Please sign in to comment.