Skip to content

Commit

Permalink
🔖 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2023
1 parent f919175 commit d774baa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [0.1.5](https://github.com/ebullient/obsidian-show-whitespace-cm6/compare/0.1.4...0.1.5)

- 🎨🐛 Fix style for codeblock vs. all [`9edc6a0`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/9edc6a0d2a376a43ab05cccb82ef4e806f06a84a)
- 👷 Ignore local .env file [`f919175`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/f919175255d00deffa80479ab9d1e8bf1ff06d8a)

#### [0.1.4](https://github.com/ebullient/obsidian-show-whitespace-cm6/compare/0.1.2...0.1.4)

> 4 December 2023
- ♻️ ✨ Plugin settings instead of style settings [`645eefc`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/645eefca253f62664403f421c9e0597b23c12e34)
- ✨ Reload styles on external config change [`620f4df`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/620f4df58e4f8c21298d36d75b764b88f5b6a2eb)
- 🐛 reload settings [`a3a2e9c`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/a3a2e9cdaec6c6b2a75ef061f75063e1d05fd8a6)
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
@@ -1,7 +1,7 @@
{
"id": "show-whitespace-cm6",
"name": "Show Whitespace (CM6)",
"version": "0.1.4",
"version": "0.1.5",
"minAppVersion": "1.5.0",
"description": "Show leading and trailing whitespace in source mode (CodeMirror6)",
"author": "ebullient",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "show-whitespace-cm6",
"name": "Show Whitespace (CM6)",
"version": "0.1.4",
"version": "0.1.5",
"minAppVersion": "1.5.0",
"description": "Show leading and trailing whitespace in source mode (CodeMirror6)",
"author": "ebullient",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "show-whitespace-cm6",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"description": "Show leading and trailing whitespace in source mode (CodeMirror6)",
"main": "main.js",
Expand Down

0 comments on commit d774baa

Please sign in to comment.