Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2021-12-13)

### Features

* add iOS platform ([#176](#176)) ([fcc6584](fcc6584))
* code signing for macOS app ([#186](#186)) ([f88710b](f88710b))
* show confirmation dialog before deleting a task ([#187](#187)) ([9117312](9117312))
  • Loading branch information
semantic-release-bot committed Dec 13, 2021
1 parent 18b2514 commit 4f692c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.4.0](https://github.com/sodenn/2do-txt/compare/v1.3.0...v1.4.0) (2021-12-13)


### Features

* add iOS platform ([#176](https://github.com/sodenn/2do-txt/issues/176)) ([fcc6584](https://github.com/sodenn/2do-txt/commit/fcc6584cd79b453bb349eb7fa329746f1b460086))
* code signing for macOS app ([#186](https://github.com/sodenn/2do-txt/issues/186)) ([f88710b](https://github.com/sodenn/2do-txt/commit/f88710b3ec83d83509fd474b028ba1e4a4730914))
* show confirmation dialog before deleting a task ([#187](https://github.com/sodenn/2do-txt/issues/187)) ([9117312](https://github.com/sodenn/2do-txt/commit/911731273994430b180cb5903b8dfdf8b26c8918))

# [1.3.0](https://github.com/sodenn/2do-txt/compare/v1.2.0...v1.3.0) (2021-12-03)


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

0 comments on commit 4f692c4

Please sign in to comment.