diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a69276..60f09d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 2.1.3 + +([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@2.1.2...e8c0e18cb51b5191e5ac3947f519010a41d2c03c)) + +### Maintenance and upkeep improvements + +- Backport PR #282: Add the awareness in the shared document interface [#283](https://github.com/jupyter-server/jupyter_ydoc/pull/283) ([@brichet](https://github.com/brichet)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2024-10-10&to=2024-10-18&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Abrichet+updated%3A2024-10-10..2024-10-18&type=Issues) + + + ## 2.1.2 ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@2.1.1...5473320c254c5838ea245e74e7d8bf176917383e)) @@ -16,8 +32,6 @@ [@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Abrichet+updated%3A2024-07-10..2024-10-10&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-07-10..2024-10-10&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2024-07-10..2024-10-10&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Alumberbot-app+updated%3A2024-07-10..2024-10-10&type=Issues) - - ## 2.1.1 ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@2.1.0...9c7a436bf9cd3ab36c8ec285a7a2225fc2d195e0)) diff --git a/javascript/package.json b/javascript/package.json index 5ba6cde..09cd531 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/ydoc", - "version": "2.1.2", + "version": "2.1.3", "type": "module", "description": "Jupyter document structures for collaborative editing using YJS", "homepage": "https://github.com/jupyter-server/jupyter_ydoc",