diff --git a/CHANGELOG.md b/CHANGELOG.md index 397ff990..084db7a8 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.14.3](https://github.com/SilentVoid13/Templater/compare/1.14.2...1.14.3) (2022-09-19) + + +### Bug Fixes + +* revert pr [#816](https://github.com/SilentVoid13/Templater/issues/816) ([#835](https://github.com/SilentVoid13/Templater/issues/835)) ([5ee485a](https://github.com/SilentVoid13/Templater/commit/5ee485a4e877ef13189e172db7f6d018beade4f4)) + ### [1.14.2](https://github.com/SilentVoid13/Templater/compare/1.14.1...1.14.2) (2022-09-17) diff --git a/manifest.json b/manifest.json index 610de55e..d7f73fd1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.14.2", + "version": "1.14.3", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 67ad5895..006a74ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.14.2", + "version": "1.14.3", "description": "Create and use templates", "main": "main.js", "scripts": { @@ -35,6 +35,7 @@ "esbuild": "^0.13.15", "esbuild-plugin-toml": "^0.0.1", "eslint": "^8.23.0", + "moment": "^2.29.4", "obsidian": "^0.16.0", "standard-version": "^9.3.2", "stringify-package": "^1.0.1", diff --git a/versions.json b/versions.json index 670b3674..d187fa23 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.14.3": "0.13.19", "1.14.2": "0.13.19", "1.14.1": "0.13.19", "1.14.0": "0.13.19",