Skip to content

Commit 9696b1b

Browse files
chore(release): 17.54.0 [skip ci]
# [17.54.0](v17.53.0...v17.54.0) (2025-09-28) ### Features * 🎸 add .run() method ([5543370](5543370)) * 🎸 add support for existence filters ([f54bba9](f54bba9)) * 🎸 progress on evaluator implementation ([5bf437c](5bf437c)) * 🎸 start JSONPath evaluator implementation ([1bd98be](1bd98be))
1 parent 6a47078 commit 9696b1b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [17.54.0](https://github.com/streamich/json-joy/compare/v17.53.0...v17.54.0) (2025-09-28)
2+
3+
4+
### Features
5+
6+
* 🎸 add .run() method ([5543370](https://github.com/streamich/json-joy/commit/5543370f8fb7edaf37e13248e2e70a9981ed01f9))
7+
* 🎸 add support for existence filters ([f54bba9](https://github.com/streamich/json-joy/commit/f54bba93c3f58717cca39dbcc742ae65bcd4706e))
8+
* 🎸 progress on evaluator implementation ([5bf437c](https://github.com/streamich/json-joy/commit/5bf437c68209830202d310d2a56e46a6d1879398))
9+
* 🎸 start JSONPath evaluator implementation ([1bd98be](https://github.com/streamich/json-joy/commit/1bd98bef7b472d99cd523d37ff807a07980c94e3))
10+
111
# [17.53.0](https://github.com/streamich/json-joy/compare/v17.52.0...v17.53.0) (2025-09-28)
212

313

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.53.0",
3+
"version": "17.54.0",
44
"description": "Collection of libraries for building collaborative editing apps.",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)