Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Jul 11, 2023
1 parent 2332047 commit c36196a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [0.5.0](https://github.com/mahyarmirrashed/yaos/compare/0.4.2...0.5.0) (2023-07-11)


### Bug Fixes

* perform to check adapter is file system adapter ([57d7b8b](https://github.com/mahyarmirrashed/yaos/commit/57d7b8b08b63390f0a03efa3fb4b2b10f4cc65b0))
* remove process that ignores obsidian directory ([28a3856](https://github.com/mahyarmirrashed/yaos/commit/28a3856a626ef9d09ce8971b52d8142652ea90d7))


### Features

* notify user about failure when unexpected adapter is found ([f8a1b32](https://github.com/mahyarmirrashed/yaos/commit/f8a1b32a232d1d51b8dc76fb6f941f71dd709f3f))

## [0.4.2](https://github.com/mahyarmirrashed/yaos/compare/0.4.1...0.4.2) (2023-07-03)


Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"id": "yet-another-obsidian-synchronizer",
"name": "Yet Another Obsidian Synchronizer",
"description": "This is yet another obsidian synchronizer that uses Git to synchronize your vault contents across devices.",
"version": "0.4.2",
"version": "0.5.0",
"minAppVersion": "0.15.0",
"author": "Mahyar Mirrashed",
"authorUrl": "https://github.com/mahyarmirrashed",
"isDesktopOnly": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaos",
"version": "0.4.2",
"version": "0.5.0",
"description": "Yet Another Obsidian Synchronizer",
"main": "main.js",
"repository": "[email protected]:mahyarmirrashed/yaos.git",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.4.0": "0.15.0",
"0.4.2": "0.15.0"
"0.4.2": "0.15.0",
"0.5.0": "0.15.0"
}

0 comments on commit c36196a

Please sign in to comment.