Skip to content

Commit 1efc9fb

Browse files
committed
chore(release): 1.17.0
1 parent 5a568e2 commit 1efc9fb

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [1.17.0](https://github.com/AB1908/Templater/compare/1.16.0...1.17.0) (2023-04-22)
6+
7+
8+
### Features
9+
10+
* add API for calling new date modal ([5a568e2](https://github.com/AB1908/Templater/commit/5a568e24744c1ce3583a28197fb8f3a85c3549cb))
11+
* add modal to pick date ([35fa0d7](https://github.com/AB1908/Templater/commit/35fa0d7b16ba33aec5f0bad496fab6c0acb0f733))
12+
13+
14+
### Bug Fixes
15+
16+
* fixing merge conflict ([1e2fdda](https://github.com/AB1908/Templater/commit/1e2fdda82f5335bb43b98534698a8c19fea1eba4))
17+
518
## [1.16.0](https://github.com/SilentVoid13/Templater/compare/1.15.3...1.16.0) (2022-11-08)
619

720

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "templater-obsidian",
33
"name": "Templater",
4-
"version": "1.16.0",
4+
"version": "1.17.0",
55
"description": "Create and use templates",
66
"minAppVersion": "0.11.13",
77
"author": "SilentVoid",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templater-obsidian",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "Create and use templates",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.17.0": "0.13.19",
23
"1.16.0": "0.13.19",
34
"1.15.3": "0.13.19",
45
"1.15.2": "0.13.19",

0 commit comments

Comments
 (0)