Skip to content

Commit

Permalink
chore: release 1.2.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre authored May 19, 2021
1 parent 82b0c38 commit 5c4584a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ _(none)_

---

## [1.2.0](https://www.github.com/cobraz/todoist-action/compare/v1.1.0...v1.2.0) (2021-05-19)


### Features

* Support empty storage ([#64](https://www.github.com/cobraz/todoist-action/issues/64)) ([60c5bc8](https://www.github.com/cobraz/todoist-action/commit/60c5bc8df76ff6fd97f26c3cd6396d4030faec17))


### Bug Fixes

* If empty content, return empty storage object ([654ab30](https://www.github.com/cobraz/todoist-action/commit/654ab3031c7fb63daa7e96cec437bb26315204eb))

## [1.1.0](https://www.github.com/cobraz/todoist-action/compare/v1.0.1...v1.1.0) (2021-04-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todoist-action",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "Synchronizes Github issues with Todoist",
"main": "lib/main.js",
Expand Down

0 comments on commit 5c4584a

Please sign in to comment.