Skip to content

Commit

Permalink
chore(release): 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentVoid13 committed Sep 28, 2021
1 parent 53fd2c1 commit 86cd547
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [1.9.3](https://github.com/SilentVoid13/Templater/compare/1.9.2...1.9.3) (2021-09-28)


### Bug Fixes

* fixing "User Scripts folder doesn't exist", replacing string checks with proper truthy checks ([57cfdf3](https://github.com/SilentVoid13/Templater/commit/57cfdf38806a371f5cef07246e919f6d075ab128))
* **tests:** reverting to a previous version of rollup, chai wasn't working otherwise ([53fd2c1](https://github.com/SilentVoid13/Templater/commit/53fd2c17ab303bd8bbb2c971ad85b94c196769bd))

### [1.9.2](https://github.com/SilentVoid13/Templater/compare/1.9.1...1.9.2) (2021-09-26)


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.9.2",
"version": "1.9.3",
"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.9.2",
"version": "1.9.3",
"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.9.3": "0.12.2",
"1.9.2": "0.12.2",
"1.9.1": "0.12.2",
"1.9.0": "0.12.2",
Expand Down

0 comments on commit 86cd547

Please sign in to comment.