From c7918917a02de5264f4d7ae5d6e4744695237a8d Mon Sep 17 00:00:00 2001 From: krassowski Date: Mon, 16 Sep 2024 09:17:07 +0000 Subject: [PATCH] Publish 4.1.4 SHA256 hashes: axlair-jupyterlab_vim-4.1.4.tgz: 320f647fd32292bb7ab048bb5c8d65a2826d679791549d27398f0f21611f6e79 jupyterlab_vim-4.1.4-py3-none-any.whl: 13c29ff1fd385fddf33eb85a8b16441be69c62032870bb97a3054b2cf00ab135 jupyterlab_vim-4.1.4.tar.gz: abf2891aafb32f0cb94ad98321ae7ebcbe0cabe523d38d80d569c0a50b85225a --- CHANGELOG.md | 19 +++++++++++++++++-- package.json | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38183c4..701ea12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 4.1.4 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.1.3...e2d73f4ee2bee0999c6aee8667158b8c888bff12)) + +### Maintenance and upkeep improvements + +- Update release workflows [#147](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/147) ([@krassowski](https://github.com/krassowski)) +- Update `codemirror-vim` to 6.2.1 and `jupyterlab` to 4.2.0 [#146](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/146) ([@firai](https://github.com/firai)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-vim/graphs/contributors?from=2024-02-08&to=2024-09-16&type=c)) + +[@firai](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Afirai+updated%3A2024-02-08..2024-09-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Agithub-actions+updated%3A2024-02-08..2024-09-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Akrassowski+updated%3A2024-02-08..2024-09-16&type=Issues) + + + ## 4.1.3 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.1.2...7aa48c117212dd4eb7b5a828735d514265b7b4c9)) @@ -16,8 +33,6 @@ [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Akrassowski+updated%3A2024-02-07..2024-02-08&type=Issues) - - ## 4.1.2 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.1.1...5ed87b6c38fda4d0129ea18a43d137c60d286a9e)) diff --git a/package.json b/package.json index 1dd23cf..dcbea66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axlair/jupyterlab_vim", - "version": "4.1.3", + "version": "4.1.4", "description": "Code cell vim bindings", "author": { "name": "Axel Fahy"