chore(release): 0.5.9

This commit is contained in:
lanice 2022-02-13 09:06:57 +01:00
parent eda86db4c3
commit d4635ea477
3 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,18 @@
## [0.5.9](https://github.com/lanice/obsidian-rant/compare/0.5.8...0.5.9) (2022-02-13)
### build
* Update rant to new version v4.0.0-alpha.29 ([bb6d2d0](https://github.com/lanice/obsidian-rant/commit/bb6d2d0b045d88b7241f597aa8be38e45bb288a0))
* Update rant to new version v4.0.0-alpha.31 ([eda86db](https://github.com/lanice/obsidian-rant/commit/eda86db4c3aa0d9d1f7e12d9b44f245703500e46))
### docs
* Update Readme ([49f7e42](https://github.com/lanice/obsidian-rant/commit/49f7e42cc0f9ea32040b21664b274b9490b78237))
* Update Readme ([afdeb0d](https://github.com/lanice/obsidian-rant/commit/afdeb0d813651880af5cf55e7d9b677af9b796bf))
## [0.5.8](https://github.com/lanice/obsidian-rant/compare/0.5.7...0.5.8) (2022-01-30)

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-rant",
"name": "Rant-Lang",
"version": "0.5.8",
"version": "0.5.9",
"minAppVersion": "0.12.15",
"description": "Thin wrapper around the Rant language Rust crate",
"author": "Leander Neiß",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-rant",
"version": "0.5.8",
"version": "0.5.9",
"description": "Thin wrapper around the Rant language Rust crate",
"main": "main.js",
"scripts": {