Skip to content

Commit

Permalink
chore(release): 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AB1908 committed Apr 22, 2023
1 parent 5a568e2 commit 1efc9fb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
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": "templater-obsidian",
"version": "1.16.0",
"version": "1.17.0",
"description": "Create and use templates",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1efc9fb

Please sign in to comment.