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

Commit

Permalink
chore(release): 5.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.6.0](v5.5.0...v5.6.0) (2018-10-14)

### Bug Fixes

* prevent error message on notification without url ([40d821a](40d821a))

### Features

* add label and project suggestions on task creation ([9478347](9478347))
* allow created tasks to assign project and labels ([550b15b](550b15b))
  • Loading branch information
semantic-release-bot committed Oct 14, 2018
1 parent 53a2d35 commit a90fdbe
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.6.0](https://github.com/moranje/alfred-workflow-todoist/compare/v5.5.0...v5.6.0) (2018-10-14)


### Bug Fixes

* prevent error message on notification without url ([40d821a](https://github.com/moranje/alfred-workflow-todoist/commit/40d821a))


### Features

* add label and project suggestions on task creation ([9478347](https://github.com/moranje/alfred-workflow-todoist/commit/9478347))
* allow created tasks to assign project and labels ([550b15b](https://github.com/moranje/alfred-workflow-todoist/commit/550b15b))

# [5.5.0](https://github.com/moranje/alfred-workflow-todoist/compare/v5.4.5...v5.5.0) (2018-10-10)


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 @@ -464,7 +464,7 @@ node alfred-workflow-todoist.js settings "{query}"</string>
</dict>
</dict>
<key>version</key>
<string>5.5.0</string>
<string>5.6.0</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": "5.5.0",
"version": "5.6.0",
"description": "",
"keywords": [],
"main": "dist/workflow/alfred-workflow-todoist.js",
Expand Down

0 comments on commit a90fdbe

Please sign in to comment.