diff --git a/CHANGELOG.md b/CHANGELOG.md index 16efb5a3..0435bf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.17.0](https://github.com/AB1908/Templater/compare/1.16.0...1.17.0) (2023-04-22) + + +### Features + +* add API for calling new date modal ([5a568e2](https://github.com/AB1908/Templater/commit/5a568e24744c1ce3583a28197fb8f3a85c3549cb)) +* add modal to pick date ([35fa0d7](https://github.com/AB1908/Templater/commit/35fa0d7b16ba33aec5f0bad496fab6c0acb0f733)) + + +### Bug Fixes + +* fixing merge conflict ([1e2fdda](https://github.com/AB1908/Templater/commit/1e2fdda82f5335bb43b98534698a8c19fea1eba4)) + ## [1.16.0](https://github.com/SilentVoid13/Templater/compare/1.15.3...1.16.0) (2022-11-08) diff --git a/manifest.json b/manifest.json index 70cf5959..6c7e88a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.16.0", + "version": "1.17.0", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 77819ed9..92869ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.16.0", + "version": "1.17.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f4dd9e43..8b07cd87 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.17.0": "0.13.19", "1.16.0": "0.13.19", "1.15.3": "0.13.19", "1.15.2": "0.13.19",