Skip to content

Commit a6520ef

Browse files
committed
Publish 4.1.2
SHA256 hashes: axlair-jupyterlab_vim-4.1.2.tgz: 2d24dd770a91ab970aae02b1c86e1c0fb88bfe891f8b65fb01fb532f43449cee jupyterlab_vim-4.1.2-py3-none-any.whl: 559f6cb5c868526a08b374ca69a0beacb3f722afecb48d48c5a877a6470ac858 jupyterlab_vim-4.1.2.tar.gz: 290e33e29ffb990f4c80f43d4e35bf1dca3c6620846e0eb5cc47c8b2397d03d1
1 parent 5ed87b6 commit a6520ef

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 4.1.2
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.1.1...5ed87b6c38fda4d0129ea18a43d137c60d286a9e))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Fix Prettier Issue [#136](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/136) ([@ianhi](https://github.com/ianhi))
12+
- Migrate shortcut selectors for JupyterLab 4.1+ [#135](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/135) ([@krassowski](https://github.com/krassowski))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-vim/graphs/contributors?from=2024-02-07&to=2024-02-07&type=c))
17+
18+
[@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)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 4.1.1
623

724
This is the last release to support jupyterlab `< 4.1` The next release will include: https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/135
@@ -26,8 +43,6 @@ This is the last release to support jupyterlab `< 4.1` The next release will inc
2643

2744
[@firai](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Afirai+updated%3A2023-10-12..2024-02-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Agithub-actions+updated%3A2023-10-12..2024-02-07&type=Issues) | [@ianhi](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aianhi+updated%3A2023-10-12..2024-02-07&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Akrassowski+updated%3A2023-10-12..2024-02-07&type=Issues)
2845

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3146
## 4.1.0
3247

3348
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.3...c8cc5febb0bcc419efb0b801108b97a946a71364))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axlair/jupyterlab_vim",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Code cell vim bindings",
55
"author": {
66
"name": "Axel Fahy"

0 commit comments

Comments
 (0)