From b0a90a93b54d55df617f462c209c9fbe94d835d4 Mon Sep 17 00:00:00 2001 From: ianhi Date: Thu, 8 Feb 2024 15:53:02 +0000 Subject: [PATCH] Publish 4.1.3 SHA256 hashes: axlair-jupyterlab_vim-4.1.3.tgz: 61486c84f40a7078576e592fa0365558abd81a3cd6734d0e4bceef482c7ad90e jupyterlab_vim-4.1.3-py3-none-any.whl: a0c74c9697f42f42d030133f5b3aea092ef9c8dc7d8252afb91cdad951677131 jupyterlab_vim-4.1.3.tar.gz: 57e1a0a4eddd2334e8d7a7c0df80f5097b78f5480ffa84307f2e508df98b6878 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 442c86f..38183c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 4.1.3 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.1.2...7aa48c117212dd4eb7b5a828735d514265b7b4c9)) + +### Bugs fixed + +- Fix scrolling on `g g` and `G` [#137](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/137) ([@krassowski](https://github.com/krassowski)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-vim/graphs/contributors?from=2024-02-07&to=2024-02-08&type=c)) + +[@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)) @@ -17,8 +33,6 @@ [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Agithub-actions+updated%3A2024-02-07..2024-02-07&type=Issues) | [@ianhi](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aianhi+updated%3A2024-02-07..2024-02-07&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Akrassowski+updated%3A2024-02-07..2024-02-07&type=Issues) - - ## 4.1.1 This is the last release to support jupyterlab `< 4.1` The next release will include: https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/135 diff --git a/package.json b/package.json index 84752e4..3c0455e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axlair/jupyterlab_vim", - "version": "4.1.2", + "version": "4.1.3", "description": "Code cell vim bindings", "author": { "name": "Axel Fahy"