Skip to content

Commit 9a34400

Browse files
chore(release): 17.55.0 [skip ci]
# [17.55.0](v17.54.0...v17.55.0) (2025-10-16) ### Bug Fixes * 🐛 correct current node `@..` parsing ([7a2f3ff](7a2f3ff)) ### Features * 🎸 add function evaluation ([6a205ee](6a205ee)) * 🎸 add RFC 9535 document ([bd391dd](bd391dd)) * **util:** 🎸 add overlap() and normalize() methods to string diffing ([dfe18b5](dfe18b5))
1 parent 61bea73 commit 9a34400

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [17.55.0](https://github.com/streamich/json-joy/compare/v17.54.0...v17.55.0) (2025-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 correct current node `@..` parsing ([7a2f3ff](https://github.com/streamich/json-joy/commit/7a2f3ffebf95c56bf58c3c50204c18c26e17ac50))
7+
8+
9+
### Features
10+
11+
* 🎸 add function evaluation ([6a205ee](https://github.com/streamich/json-joy/commit/6a205ee1961a82acf9c171c0b5ccbd981e422681))
12+
* 🎸 add RFC 9535 document ([bd391dd](https://github.com/streamich/json-joy/commit/bd391dd2816fb7d5ced4f0ea0ab6edae9cfe4f19))
13+
* **util:** 🎸 add overlap() and normalize() methods to string diffing ([dfe18b5](https://github.com/streamich/json-joy/commit/dfe18b599f21b8f916ab6a42088abd93e087e1e2))
14+
115
# [17.54.0](https://github.com/streamich/json-joy/compare/v17.53.0...v17.54.0) (2025-09-28)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy",
3-
"version": "17.54.0",
3+
"version": "17.55.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)