Skip to content

Commit

Permalink
chore(release): 17.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 10, 2024
1 parent d10aac9 commit b361694
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [17.2.0](https://github.com/streamich/json-joy/compare/v17.1.0...v17.2.0) (2024-10-10)


### Bug Fixes

* **json-crdt-extensions:** 🐛 if position is specified, return EOS point ([a617ebb](https://github.com/streamich/json-joy/commit/a617ebbf0d5c57b9e84d5aae82717b0c51031fcb))


### Features

* **json-crdt-extensions:** 🎸 improve .fwd() and .bwd() string iterators, and implify ([3ed7057](https://github.com/streamich/json-joy/commit/3ed7057dab93e44de5603afbf11f761fa1909ed3))
* **json-crdt-extensions:** 🎸 improve point iteration ([70210ae](https://github.com/streamich/json-joy/commit/70210ae690755528a358c56354c9ac51c73f7bbc))

# [17.1.0](https://github.com/streamich/json-joy/compare/v17.0.1...v17.1.0) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-joy",
"version": "17.1.0",
"version": "17.2.0",
"description": "Collection of libraries for building collaborative editing apps.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit b361694

Please sign in to comment.