diff --git a/CHANGELOG.md b/CHANGELOG.md index 16efb5a3..b61f749f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.16.1](https://github.com/SilentVoid13/Templater/compare/1.16.0...1.16.1) (2023-09-29) + + +### Bug Fixes + +* fixing merge conflict ([1e2fdda](https://github.com/SilentVoid13/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..b28f9ee7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.16.0", + "version": "1.16.1", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 77819ed9..933e13bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.16.0", + "version": "1.16.1", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f4dd9e43..7a5ace5b 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.16.1": "0.13.19", "1.16.0": "0.13.19", "1.15.3": "0.13.19", "1.15.2": "0.13.19",