diff --git a/CHANGELOG.md b/CHANGELOG.md index 881654f..e4cf43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [2.9.0](https://github.com/SilentVoid13/Templater/compare/2.8.3...2.9.0) (2024-10-22) + + +### Features + +* Add `tp.app` module with autocompletions ([f8e3f65](https://github.com/SilentVoid13/Templater/commit/f8e3f65488d61092aa70df14a6571fadd0de349c)) +* Ignore casing for autocompletions ([5fadbd5](https://github.com/SilentVoid13/Templater/commit/5fadbd5201587f733b060881cb471ce196fdd11f)) + ### [2.8.3](https://github.com/SilentVoid13/Templater/compare/2.8.2...2.8.3) (2024-10-18) diff --git a/manifest.json b/manifest.json index 86b65c4..6c3bd84 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.8.3", + "version": "2.9.0", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 26c0eb8..8dfaa40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.8.3", + "version": "2.9.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index deb5265..8f021a0 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.9.0": "1.5.0", "2.8.3": "1.5.0", "2.8.2": "1.5.0", "2.8.1": "1.5.0",