Skip to content

Commit b361694

Browse files
chore(release): 17.2.0 [skip ci]
# [17.2.0](v17.1.0...v17.2.0) (2024-10-10) ### Bug Fixes * **json-crdt-extensions:** 🐛 if position is specified, return EOS point ([a617ebb](a617ebb)) ### Features * **json-crdt-extensions:** 🎸 improve .fwd() and .bwd() string iterators, and implify ([3ed7057](3ed7057)) * **json-crdt-extensions:** 🎸 improve point iteration ([70210ae](70210ae))
1 parent d10aac9 commit b361694

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [17.2.0](https://github.com/streamich/json-joy/compare/v17.1.0...v17.2.0) (2024-10-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-crdt-extensions:** 🐛 if position is specified, return EOS point ([a617ebb](https://github.com/streamich/json-joy/commit/a617ebbf0d5c57b9e84d5aae82717b0c51031fcb))
7+
8+
9+
### Features
10+
11+
* **json-crdt-extensions:** 🎸 improve .fwd() and .bwd() string iterators, and implify ([3ed7057](https://github.com/streamich/json-joy/commit/3ed7057dab93e44de5603afbf11f761fa1909ed3))
12+
* **json-crdt-extensions:** 🎸 improve point iteration ([70210ae](https://github.com/streamich/json-joy/commit/70210ae690755528a358c56354c9ac51c73f7bbc))
13+
114
# [17.1.0](https://github.com/streamich/json-joy/compare/v17.0.1...v17.1.0) (2024-10-10)
215

316

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

0 commit comments

Comments
 (0)