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

### Bug Fixes

* **commands:** certain characters not (" and \) being parsed ([d53d68f](d53d68f))

### Features

* **commands:** filter tasks directly through Todoist ([f9bd460](f9bd460)), closes [#13](#13) [#20](#20) [#72](#72)
  • Loading branch information
semantic-release-bot committed Feb 22, 2020
1 parent f9bd460 commit f94074e
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.9](https://github.com/moranje/alfred-workflow-todoist/compare/v6.0.0-alpha.8...v6.0.0-alpha.9) (2020-02-22)


### Bug Fixes

* **commands:** certain characters not (" and \) being parsed ([d53d68f](https://github.com/moranje/alfred-workflow-todoist/commit/d53d68f699c214d1048d98d80bc224b97377b73e))


### Features

* **commands:** filter tasks directly through Todoist ([f9bd460](https://github.com/moranje/alfred-workflow-todoist/commit/f9bd460a2c9a03f0d4efe92ffe6612fa1d6d231e)), closes [#13](https://github.com/moranje/alfred-workflow-todoist/issues/13) [#20](https://github.com/moranje/alfred-workflow-todoist/issues/20) [#72](https://github.com/moranje/alfred-workflow-todoist/issues/72)

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


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.8</string>
<string>6.0.0-alpha.9</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.8",
"version": "6.0.0-alpha.9",
"description": "An Alfred workflow for managing tasks in Todoist",
"keywords": [],
"repository": {
Expand Down

0 comments on commit f94074e

Please sign in to comment.