Skip to content

Commit e4195c1

Browse files
πŸ”– 0.4.3
1 parent ed44e1c commit e4195c1

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.4.3](https://github.com/ebullient/obsidian-snippetor/compare/0.4.2...0.4.3)
8+
9+
- 🎨 Update folder snippets for 1.0 [`ed44e1c`](https://github.com/ebullient/obsidian-snippetor/commit/ed44e1cfe43435604ae61c008dba3ec0bd1d9afe)
10+
- πŸ› checkboxes in live preview [`6cfaae7`](https://github.com/ebullient/obsidian-snippetor/commit/6cfaae7cbce3b51bef8d277a4dcfa90e79f7995e)
11+
712
#### [0.4.2](https://github.com/ebullient/obsidian-snippetor/compare/0.4.1...0.4.2)
813

14+
> 20 April 2023
15+
916
- πŸ› Fix checkbox rendering; Fixes #20 [`#20`](https://github.com/ebullient/obsidian-snippetor/issues/20)
1017

1118
#### [0.4.1](https://github.com/ebullient/obsidian-snippetor/compare/0.4.0...0.4.1)

β€Žmanifest-beta.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-snippetor",
33
"name": "Snippetor",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"minAppVersion": "0.13.10",
66
"description": "Create and tweak common snippets (starting with custom tasks)",
77
"author": "ebullient",

β€Žmanifest.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-snippetor",
33
"name": "Snippetor",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"minAppVersion": "0.13.10",
66
"description": "Create and tweak common snippets (starting with custom tasks)",
77
"author": "ebullient",

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-snippetor",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Generate and tweak common snippets",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
Β (0)