diff --git a/CHANGELOG.md b/CHANGELOG.md index b56b2ca53..fbbd17a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.18.0](https://github.com/sodenn/2do-txt/compare/v1.17.8...v1.18.0) (2023-04-21) + + +### Bug Fixes + +* **deps:** update dependencies (non-major) ([#781](https://github.com/sodenn/2do-txt/issues/781)) ([8193be2](https://github.com/sodenn/2do-txt/commit/8193be2da2b83c0859b3f22a6097753901da7d5c)) +* **deps:** update dependencies (non-major) ([#786](https://github.com/sodenn/2do-txt/issues/786)) ([ed054fe](https://github.com/sodenn/2do-txt/commit/ed054fed5d3e87b6a5074da4392b2816451fd54b)) +* **WebDAV:** fix WebDAV sync error on iOS ([#789](https://github.com/sodenn/2do-txt/issues/789)) ([922f54b](https://github.com/sodenn/2do-txt/commit/922f54b2f58d9a1c35e36cf0ff078d74ae100ea5)) + + +### Features + +* synchronize files with cloud storage via pull-to-refresh gesture ([#785](https://github.com/sodenn/2do-txt/issues/785)) ([9c34abe](https://github.com/sodenn/2do-txt/commit/9c34abe150a1941efd764b6b3a539f7e2ce5f820)) + ## [1.17.8](https://github.com/sodenn/2do-txt/compare/v1.17.7...v1.17.8) (2023-04-11) diff --git a/package-lock.json b/package-lock.json index 5904a3cb1..fae3572dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "2do-txt", - "version": "1.17.8", + "version": "1.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "2do-txt", - "version": "1.17.8", + "version": "1.18.0", "license": "GPL-3.0", "dependencies": { "@capacitor/app": "4.1.1", diff --git a/package.json b/package.json index 7f463db5e..c0c15171a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "2do-txt", - "version": "1.17.8", + "version": "1.18.0", "description": "todo.txt-compatible task manager", "license": "GPL-3.0", "private": true,