Skip to content

Commit

Permalink
🔖 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent b958f37 commit d7e319f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ 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.2.3](https://github.com/ebullient/obsidian-show-whitespace-cm6/compare/0.2.2...0.2.3)

- ⬆️ update eslint [`#168`](https://github.com/ebullient/obsidian-show-whitespace-cm6/issues/168) [`#169`](https://github.com/ebullient/obsidian-show-whitespace-cm6/issues/169)
- 🎨 Clean up whitespace settings; Resolves #148 [`#148`](https://github.com/ebullient/obsidian-show-whitespace-cm6/issues/148)
- ⬆️ upgrade dependencies [`15de3df`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/15de3dfc238bd20ef2661a4ff22691a8f3e7a56b)
- Bump esbuild from 0.23.0 to 0.23.1 [`50bef95`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/50bef9513ac9803942cf4fa02ad7cd1b5b6011d8)
- Bump @typescript-eslint/eslint-plugin from 8.2.0 to 8.3.0 [`eaba463`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/eaba4637e1a4507557e5f379ca9c3fe774bf437c)
- Bump @typescript-eslint/eslint-plugin from 8.3.0 to 8.4.0 [`b958f37`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/b958f378a89d411b917a3705248be5182a9c54dd)
- Bump @typescript-eslint/parser from 8.2.0 to 8.3.0 [`5e29d48`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/5e29d48f109b82efe3b41143ea80726ccce4f408)
- Bump @typescript-eslint/parser from 8.3.0 to 8.4.0 [`8c8b3aa`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/8c8b3aa86732a01e1274e820db541325efe23fe6)
- Bump tslib from 2.6.3 to 2.7.0 [`40cdf7d`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/40cdf7d4566ccfdd3a5e1c56a853b1f50e880f56)
- Bump @types/node from 22.5.0 to 22.5.2 [`bd65c90`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/bd65c9087a92492f30b2897be5fb9b7a38caf8ee)
- Bump @codemirror/view from 6.32.0 to 6.33.0 [`b1601a6`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/b1601a654a03667025081f368407907d44af7f83)
- Bump @types/node from 22.4.0 to 22.4.1 [`116cc5a`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/116cc5a5fbc946c63fc41e3242740253b5c5b1e1)

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

> 16 August 2024
- 🎨 simplify changing characters for empty lines and line breaks [`f51a47f`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/f51a47f26fb49b35dc78e3d002d75d704b564c9c)

#### [0.2.1](https://github.com/ebullient/obsidian-show-whitespace-cm6/compare/0.2.0...0.2.1)
Expand Down
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",
"version": "0.2.2",
"version": "0.2.3",
"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",
"version": "0.2.2",
"version": "0.2.3",
"minAppVersion": "1.5.0",
"description": "CSS styles and CM6 extensions to highlight whitespace in Source and Live Preview modes.",
"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.2.2",
"version": "0.2.3",
"private": true,
"description": "Show leading and trailing whitespace in source mode (CodeMirror6)",
"main": "main.js",
Expand Down

0 comments on commit d7e319f

Please sign in to comment.