Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2022-03-25)

### Bug Fixes

* reduce rating prompts ([#281](#281)) ([bd9609b](bd9609b))
* **TaskEditor:** dropdown remains open ([#259](#259)) ([cb661b9](cb661b9))

### Features

* drag and drop support for todo.txt files ([#265](#265)) ([a813970](a813970))
* **TaskEditor:** improve suggestions of contexts, projects and tags ([#255](#255)) ([f3d1646](f3d1646))
  • Loading branch information
semantic-release-bot committed Mar 25, 2022
1 parent bd9609b commit fe5efc8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.8.0](https://github.com/sodenn/2do-txt/compare/v1.7.0...v1.8.0) (2022-03-25)


### Bug Fixes

* reduce rating prompts ([#281](https://github.com/sodenn/2do-txt/issues/281)) ([bd9609b](https://github.com/sodenn/2do-txt/commit/bd9609b10182d6e8a69facc153aa1a52990a566a))
* **TaskEditor:** dropdown remains open ([#259](https://github.com/sodenn/2do-txt/issues/259)) ([cb661b9](https://github.com/sodenn/2do-txt/commit/cb661b983805a42c825b02f38e8527f3df7d2716))


### Features

* drag and drop support for todo.txt files ([#265](https://github.com/sodenn/2do-txt/issues/265)) ([a813970](https://github.com/sodenn/2do-txt/commit/a813970de99d4912d1e776ee25ecd10ef1a85a23))
* **TaskEditor:** improve suggestions of contexts, projects and tags ([#255](https://github.com/sodenn/2do-txt/issues/255)) ([f3d1646](https://github.com/sodenn/2do-txt/commit/f3d164660dbbeedf189ac36d1507b76eb080d030))

# [1.7.0](https://github.com/sodenn/2do-txt/compare/v1.6.0...v1.7.0) (2022-03-13)


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": "2do-txt",
"version": "1.7.0",
"version": "1.8.0",
"description": "todo.txt-compatible task manager",
"license": "GPL-3.0",
"private": true,
Expand Down

0 comments on commit fe5efc8

Please sign in to comment.