Skip to content

Commit d7c87ed

Browse files
committed
chore(release): 0.5.5
1 parent e8ccfa0 commit d7c87ed

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.5.5](https://github.com-personal/lanice/obsidian-rant/compare/0.5.4...0.5.5) (2022-01-24)
2+
3+
4+
### build
5+
6+
* Update rant to new version v4.0.0-alpha.25 ([e8ccfa0](https://github.com-personal/lanice/obsidian-rant/commit/e8ccfa060086c251e9f299def0b90a25f2aec383))
7+
8+
9+
110
## [0.5.4](https://github.com/lanice/obsidian-rant/compare/0.5.3...0.5.4) (2022-01-18)
211

312

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-rant",
33
"name": "Rant-Lang",
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"minAppVersion": "0.12.15",
66
"description": "Thin wrapper around the Rant language Rust crate",
77
"author": "Leander Neiß",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-rant",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "Thin wrapper around the Rant language Rust crate",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)