Skip to content

Commit b255b28

Browse files
committed
chore(release): 0.0.22-0
1 parent ff88acf commit b255b28

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG-beta.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.0.22-0](https://github.com/Mara-Li/obsidian-dataview-properties/compare/0.0.21...0.0.22-0) (2025-08-31)
2+
### Features
3+
4+
* **dataview:** add duration conversion feature with customizable options with luxon ([d1adf40](https://github.com/Mara-Li/obsidian-dataview-properties/commit/d1adf40ee19101a438e9d1519f21de5c8f923ebb))
5+
16
## [0.0.19-0](https://github.com/Mara-Li/obsidian-dataview-properties/compare/0.0.18...0.0.19-0) (2025-08-03)
27
### Features
38

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview-properties",
33
"name": "Dataview (to) Properties",
4-
"version": "0.0.21",
4+
"version": "0.0.22-0",
55
"minAppVersion": "1.5.12",
66
"description": "Automagically copy dataview inline field (and their values, even calculated!) into frontmatter properties and keep them sync.",
77
"author": "Mara-Li",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataview-properties",
3-
"version": "0.0.21",
3+
"version": "0.0.22-0",
44
"description": "Automagically copy dataview inline field (and their values, even calculated!) into frontmatter properties and keep them sync.",
55
"main": "main.js",
66
"private": true,

0 commit comments

Comments
 (0)