Skip to content

Commit 6ddb173

Browse files
committed
Update docs
1 parent b33a4c0 commit 6ddb173

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.0 (2023-06-07)
4+
5+
- [new] Include Bard field object in metadata
6+
37
## 2.2.1 (2023-05-16)
48

59
- Add method annotations to the Mutator facade

docs/mutators.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ The `$meta` argument contains metadata about the current node or mark. It's an a
9898
* **prev (object):** The previous node/mark
9999
* **next (object):** The next node/mark
100100
* **index (int):** The index of the current node/mark
101-
* **depth (int):** The depth of the current node/mark
101+
* **depth (int):** The depth of the current node/mark
102+
* **bard (object):** The Bard field object

0 commit comments

Comments
 (0)