Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentVoid13 committed May 22, 2021
1 parent 990aba5 commit c393b39
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.7.0](https://github.com/SilentVoid13/Templater/compare/1.6.0...1.7.0) (2021-05-22)


### Features

* adding multiple cursor at the same with tp.file.cursor ([9a54e90](https://github.com/SilentVoid13/Templater/commit/9a54e90b1faaa8efc72dcbccb6fa6c6823b1972d)), closes [#99](https://github.com/SilentVoid13/Templater/issues/99)
* Allow users to provide a default template for empty new files ([#203](https://github.com/SilentVoid13/Templater/issues/203)) ([4903f15](https://github.com/SilentVoid13/Templater/commit/4903f15389bba62b2859644ee2fb463af8abfe85)), closes [#200](https://github.com/SilentVoid13/Templater/issues/200)


### Bug Fixes

* fixing documentation broken links ([3213bfa](https://github.com/SilentVoid13/Templater/commit/3213bfac79859f7f10c061449a8f2715d9672797)), closes [#194](https://github.com/SilentVoid13/Templater/issues/194)
* fixing dynamic commands format break ([7e06048](https://github.com/SilentVoid13/Templater/commit/7e06048a3afd44bac4b2f41d215a99ad7a92e10b)), closes [#190](https://github.com/SilentVoid13/Templater/issues/190) [#204](https://github.com/SilentVoid13/Templater/issues/204)
* fixing dynamic commands match when inserting template ([dcefbc7](https://github.com/SilentVoid13/Templater/commit/dcefbc73ab706f257c788cb2ff07a45695fb5fdf)), closes [#188](https://github.com/SilentVoid13/Templater/issues/188)
* fixing invalid null comparison getting triggered on empty strings ([1df50cf](https://github.com/SilentVoid13/Templater/commit/1df50cfff6fc48162f324c0f14b63d80197eeea7))

## [1.6.0](https://github.com/SilentVoid13/Templater/compare/1.5.5...1.6.0) (2021-05-03)


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.6.0",
"version": "1.7.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.6.0",
"version": "1.7.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.7.0": "0.11.13",
"1.6.0": "0.11.13",
"1.5.5": "0.11.13",
"1.5.4": "0.11.13",
Expand Down

0 comments on commit c393b39

Please sign in to comment.