Skip to content

Commit dd2db7f

Browse files
committed
chore: release 0.15.0
1 parent fba10aa commit dd2db7f

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.15.0](https://github.com/alexgavrusev/obsidian-format-with-prettier/compare/0.14.0...0.15.0) (2026-02-03)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps:** bump the development group with 7 updates ([cd669d5](https://github.com/alexgavrusev/obsidian-format-with-prettier/commit/cd669d594d4a046ef4b4d92e81bc7195f7b95ab7))
6+
* **deps:** bump the production group with 2 updates ([fba10aa](https://github.com/alexgavrusev/obsidian-format-with-prettier/commit/fba10aad5e05a0397491addb5edd3d414968aab6))
17
## [0.14.0](https://github.com/alexgavrusev/obsidian-format-with-prettier/compare/0.13.0...0.14.0) (2026-01-02)
28

39
### Miscellaneous Chores

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "format-with-prettier",
33
"name": "Format with Prettier",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"minAppVersion": "1.9.0",
66
"description": "Format files in your vault using Prettier.",
77
"author": "Alex Gavrusev",

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-format-with-prettier",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Format files in your Obsidian vault using Prettier.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"0.11.0": "0.15.0",
1414
"0.12.0": "1.9.0",
1515
"0.13.0": "1.9.0",
16-
"0.14.0": "1.9.0"
16+
"0.14.0": "1.9.0",
17+
"0.15.0": "1.9.0"
1718
}

0 commit comments

Comments
 (0)