From b267690431c3dafc0318bdefafc00e1a5b727a74 Mon Sep 17 00:00:00 2001 From: Sebastian Barfurth Date: Wed, 11 Feb 2026 06:13:11 +0000 Subject: [PATCH] Release 0.0.11. --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9b27d..4b5d789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.0.11 + +* Prevent switching the view to SCM view after changes. by @sbarfurth in https://github.com/sbarfurth/ukemi/pull/47 + +**Full Changelog**: https://github.com/sbarfurth/ukemi/compare/0.0.10...0.0.11 + ## 0.0.10 * Use icons to denote change state in graph. by @sbarfurth in https://github.com/sbarfurth/ukemi/pull/45 diff --git a/package-lock.json b/package-lock.json index bb719a3..25de798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ukemi", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ukemi", - "version": "0.0.10", + "version": "0.0.11", "dependencies": { "@vscode/codicons": "^0.0.44", "ansi-regex": "^6.2.2", diff --git a/package.json b/package.json index cb3d67f..7d5fdbf 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publisher": "sbarfurth", "description": "VSCode extension for the Jujutsu (jj) version control system", "icon": "images/logo.png", - "version": "0.0.10", + "version": "0.0.11", "engines": { "vscode": "^1.96.0" },