From 47fb0be1b0309950a2d9a91f69ffb97e5ff5c76d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 3 Dec 2023 12:51:46 +0100 Subject: [PATCH] release 0.2.4 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 251859a..bb6390f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 0.2.3 2023 Dec 2 +## 0.2.4 2023 Dec 3 + +- update README-use-case to show action on multiple cells + +## 0.2.3 2023 Dec 3 - actions apply on all selected cells, not just the active one - more helpful readme with a gif micro demo diff --git a/package.json b/package.json index 463cd5e..59538c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-gridwidth", - "version": "0.2.3", + "version": "0.2.4", "description": "Jlab extension that adjusts cell width among full width, half width, 1/3, 2/3, etc. Gridwidth replaces former 'split-cell' extension in the classic notebook.", "keywords": [ "jupyter",