Skip to content

Commit 84c4256

Browse files
πŸ”– 0.4.2
1 parent 3d27e45 commit 84c4256

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.2](https://github.com/ebullient/obsidian-snippetor/compare/0.4.1...0.4.2)
8+
9+
- πŸ› Fix checkbox rendering; Fixes #20 [`#20`](https://github.com/ebullient/obsidian-snippetor/issues/20)
10+
711
#### [0.4.1](https://github.com/ebullient/obsidian-snippetor/compare/0.4.0...0.4.1)
812

13+
> 19 April 2023
14+
915
- Bump eta from 1.12.3 to 2.0.0 [`#19`](https://github.com/ebullient/obsidian-snippetor/pull/19)
1016
- Bump json5 from 2.2.1 to 2.2.3 [`#18`](https://github.com/ebullient/obsidian-snippetor/pull/18)
1117
- πŸ› Margin/padding for narrow view; Fixes #20 [`#20`](https://github.com/ebullient/obsidian-snippetor/issues/20)

β€Ž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.1",
4+
"version": "0.4.2",
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.1",
4+
"version": "0.4.2",
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.1",
3+
"version": "0.4.2",
44
"description": "Generate and tweak common snippets",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
Β (0)