diff --git a/CHANGELOG.md b/CHANGELOG.md index d005c7c..efc5c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 2.0.1 + +([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@2.0.0...c9c6b93148e48c29125bc3dbf777ab637da7f4b2)) + +### Maintenance and upkeep improvements + +- Update pycrdt v0.8 [#208](https://github.com/jupyter-server/jupyter_ydoc/pull/208) ([@davidbrochart](https://github.com/davidbrochart)) +- Bump actions/upload-artifact from 3 to 4 [#205](https://github.com/jupyter-server/jupyter_ydoc/pull/205) ([@dependabot](https://github.com/dependabot)) +- Bump actions/setup-python from 4 to 5 [#203](https://github.com/jupyter-server/jupyter_ydoc/pull/203) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-12-08&to=2023-12-26&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-12-08..2023-12-26&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-12-08..2023-12-26&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-12-08..2023-12-26&type=Issues) + + + ## 2.0.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@1.1.1...bd998983bbf6b566bb0314faa48b8e51ba7747b6)) @@ -24,8 +42,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-09-29..2023-12-08&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-09-29..2023-12-08&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-09-29..2023-12-08&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2023-09-29..2023-12-08&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-09-29..2023-12-08&type=Issues) - - ## 1.1.1 ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@1.1.0...9afd2c90c541d25edaa814cef70fc9b99219cf52)) diff --git a/javascript/package.json b/javascript/package.json index 3ea45aa..5453698 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/ydoc", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "description": "Jupyter document structures for collaborative editing using YJS", "homepage": "https://github.com/jupyter-server/jupyter_ydoc",