Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed Jan 18, 2024
1 parent 10ab058 commit 5bad136
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [2.1.1](https://github.com/SilentVoid13/Templater/compare/2.1.0...2.1.1) (2024-01-18)


### Bug Fixes

* cursor being set to top of current file when folder template was triggered ([10ab058](https://github.com/SilentVoid13/Templater/commit/10ab0586b9c96b7857716abaf6ef394474615a2d)), closes [#1297](https://github.com/SilentVoid13/Templater/issues/1297)

## [2.1.0](https://github.com/SilentVoid13/Templater/compare/2.0.0...2.1.0) (2024-01-06)


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": "2.1.0",
"version": "2.1.1",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"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": "2.1.0",
"version": "2.1.1",
"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 @@
{
"2.1.1": "1.5.0",
"2.1.0": "1.5.0",
"2.0.0": "1.5.0",
"1.18.3": "0.13.19",
Expand Down

0 comments on commit 5bad136

Please sign in to comment.