Skip to content

Commit 42f72cd

Browse files
πŸ”– 0.4.1
1 parent 7b7bb07 commit 42f72cd

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ 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.1](https://github.com/ebullient/obsidian-snippetor/compare/0.4.0...0.4.1)
8+
9+
- Bump eta from 1.12.3 to 2.0.0 [`#19`](https://github.com/ebullient/obsidian-snippetor/pull/19)
10+
- Bump json5 from 2.2.1 to 2.2.3 [`#18`](https://github.com/ebullient/obsidian-snippetor/pull/18)
11+
- πŸ› Margin/padding for narrow view; Fixes #20 [`#20`](https://github.com/ebullient/obsidian-snippetor/issues/20)
12+
- πŸ”§ update outdated GH Action [`7b7bb07`](https://github.com/ebullient/obsidian-snippetor/commit/7b7bb07943ead37f3671b1a301b0517cf795bf01)
13+
- πŸ› fix hide border, prevent click, and placement [`91f3bae`](https://github.com/ebullient/obsidian-snippetor/commit/91f3baebd0caaef55decc3ba2f6c9c92a63a3f11)
14+
- πŸ”§ Dependabot updates [`0161b6c`](https://github.com/ebullient/obsidian-snippetor/commit/0161b6c7bd763611d5ac6baf10bbc78608828e23)
15+
- 🎨 Consistent use of :: [`204e6df`](https://github.com/ebullient/obsidian-snippetor/commit/204e6df4a7e7cac17d4c47f336c9be9c239eba00)
16+
717
#### [0.4.0](https://github.com/ebullient/obsidian-snippetor/compare/0.3.0...0.4.0)
818

19+
> 29 October 2022
20+
921
- ♻️ begin 1.0 refactor: common elements / prep [`9eb9ed2`](https://github.com/ebullient/obsidian-snippetor/commit/9eb9ed27fb439c994289018bb25787bcf2690b89)
1022
- ♻️ end: tests + cleanup [`545c9bf`](https://github.com/ebullient/obsidian-snippetor/commit/545c9bf347d8bf2434a0f8a7782edadbc141feae)
1123
- β™»οΈβœ¨ Update checkbox generation for 1.0 [`7f3b594`](https://github.com/ebullient/obsidian-snippetor/commit/7f3b594b90e7f1ca8f3bea99f231a497fc17c00f)

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

0 commit comments

Comments
Β (0)