Skip to content

Commit

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

- 📄 match license to package.json [`2012efd`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/2012efdb3452b79054571b937fdad39de3e8d62c)
- ⬆️ update eslint [`ee2266c`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/ee2266c7b554d86c8b0a026ab23c1117f9f4ff2f)
- Bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0 [`3362890`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/336289073078957c4cad133da48cef64490b12fc)
- Bump @typescript-eslint/parser from 7.16.1 to 7.17.0 [`5f70635`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/5f706359f2627effb3e1d0419589b1603d218bf7)
- Bump @typescript-eslint/parser from 7.17.0 to 7.18.0 [`2b28b44`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/2b28b441a3b5de154d854727149e7208e94baa81)
- Bump @types/node from 20.14.11 to 22.0.0 [`7c75838`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/7c758386afe3d546744756793cb38ca99e8aeaad)
- Bump @types/node from 22.0.0 to 22.1.0 [`a4ceb73`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/a4ceb73a0702edc842ab2229808e186a5c1c0644)
- Bump typescript from 5.5.3 to 5.5.4 [`d68cc6d`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/d68cc6d5ee4b97c916eb2b108ab05813e82f1ebb)
- Bump @types/node from 20.14.10 to 20.14.11 [`641f737`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/641f73750f6d7125ce09281b7cfe80f932370e49)
- Bump @codemirror/view from 6.28.4 to 6.28.6 [`df236d1`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/df236d15b6dbf91c40631c60c0da4d8d3f4e162f)
- Bump @codemirror/view from 6.30.0 to 6.32.0 [`cd652e5`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/cd652e566f8476515300cd43955661bd67d93a19)
- Bump @types/node from 22.1.0 to 22.2.0 [`fe5b209`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/fe5b2097d926c71e4899e2eaebd374d9efbbcdc0)
- Bump @codemirror/view from 6.29.1 to 6.30.0 [`a8d3465`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/a8d346545fff03494441a802c472663b3babe0f3)
- Bump @codemirror/view from 6.28.6 to 6.29.1 [`b3a9225`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/b3a9225d34a9ae9af8afe6b6fa835788b1f19d37)
- 📝 update plugin description [`2f96b38`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/2f96b38fc5601dafb175608d19baff9297cd7a85)

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

> 16 July 2024
- ✨ Show multiple whitespace inside a line; Resolves #146 [`#146`](https://github.com/ebullient/obsidian-show-whitespace-cm6/issues/146)
- ⬆️ update dependencies [`580fc1e`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/580fc1e8aa8e63bcd4bef8ae50a12f4a101afea9)
- Bump esbuild from 0.21.5 to 0.22.0 [`0c6cf93`](https://github.com/ebullient/obsidian-show-whitespace-cm6/commit/0c6cf93b8bfb51e3803fc52699c97c0593bd339d)
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.0",
"version": "0.2.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",
"version": "0.2.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"private": true,
"description": "Show leading and trailing whitespace in source mode (CodeMirror6)",
"main": "main.js",
Expand Down

0 comments on commit 3f3fe48

Please sign in to comment.