Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgavrusev committed Feb 18, 2024
1 parent 2c68d29 commit 1bcb15b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [0.2.0](https://github.com/alexgavrusev/obsidian-format-with-prettier/compare/0.1.1...0.2.0) (2024-02-18)


### Features

* rename to format-with-prettier ([2c68d29](https://github.com/alexgavrusev/obsidian-format-with-prettier/commit/2c68d290100ca408f68c11b3b7b01652da8585c3))

## [0.1.1](https://github.com/alexgavrusev/obsidian-plugin-prettier-2/compare/0.1.0...0.1.1) (2024-01-17)


Expand Down
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,11 +1,11 @@
{
"id": "format-with-prettier",
"name": "Format with Prettier",
"version": "0.1.1",
"version": "0.2.0",
"minAppVersion": "0.15.0",
"description": "Format files in your vault using Prettier.",
"author": "Alex Gavrusev",
"authorUrl": "https://gavrusev.dev",
"fundingUrl": "https://ko-fi.com/gavrusev",
"isDesktopOnly": false
}
}
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": "obsidian-format-with-prettier",
"version": "0.1.1",
"version": "0.2.0",
"description": "Format files in your Obsidian vault using Prettier.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
@@ -1,4 +1,5 @@
{
"0.1.0": "0.15.0",
"0.1.1": "0.15.0"
"0.1.1": "0.15.0",
"0.2.0": "0.15.0"
}

0 comments on commit 1bcb15b

Please sign in to comment.