diff --git a/.changeset/famous-mangos-play.md b/.changeset/famous-mangos-play.md deleted file mode 100644 index 5afb66a..0000000 --- a/.changeset/famous-mangos-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"terminal-keeper": patch ---- - -fix: quick navigate to sessions.json diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6e7a4..3c1c3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Terminal Keeper +## 1.1.51 + +### Patch Changes + +- c283352: fix: quick navigate to sessions.json + ## 1.1.50 ### Patch Changes diff --git a/package.json b/package.json index f731e73..88e076a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Terminal Keeper", "description": "Elevate your terminal experience! Effortlessly configuration, seamlessly restore your last session, and manage sessions with ease. Personalize your workspace with colorful themes and boost productivity by importing commands swiftly.", "icon": "assets/logo.png", - "version": "1.1.50", + "version": "1.1.51", "main": "./dist/extension.js", "browser": "./dist/web/extension.js", "preview": false,