Skip to content

Commit

Permalink
🔖 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2023
1 parent a79f933 commit dd475a7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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

#### 0.1.1

- ✨ Initial commit. Simple plugin. [`0b66745`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/0b6674502fc4a10f15218c8c095ccad23bcbff1d)
- Bump @types/node from 20.10.1 to 20.10.2 [`a8688f0`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/a8688f065d414e57e7d0d73071885b0a32939178)
- Bump typescript from 5.2.2 to 5.3.2 [`7bb151e`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/7bb151ec3949bb207ade757714f018dd99a66b62)
- Bump actions/setup-node from 3 to 4 [`a79f933`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/a79f933dd93dbd7f9de8d4fe7ea3c1274a01dc56)
- Bump actions/checkout from 3 to 4 [`7c89b1b`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/7c89b1b6749e9926cede7e1f205862d919654743)
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "show-whitespace-cm6",
"name": "Show Whitespace (CM6)",
"version": "0.1",
"version": "0.1.1",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "show-whitespace-cm6",
"name": "Show Whitespace (CM6)",
"version": "0.1",
"version": "0.1.1",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "show-whitespace-cm6",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Show leading and trailing whitespace in source mode (CodeMirror6)",
"main": "main.js",
Expand Down

0 comments on commit dd475a7

Please sign in to comment.