From 9ae559dcc70d3f4918f488547cd8307f16f891d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 09:01:33 +0000 Subject: [PATCH] chore: update versions --- .changeset/funny-students-marry.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/funny-students-marry.md diff --git a/.changeset/funny-students-marry.md b/.changeset/funny-students-marry.md deleted file mode 100644 index d65e3a6..0000000 --- a/.changeset/funny-students-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"terminal-keeper": patch ---- - -fix: add cwd when import the commands diff --git a/CHANGELOG.md b/CHANGELOG.md index 5130b36..07f9c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Terminal Keeper +## 1.1.48 + +### Patch Changes + +- 89d08da: fix: add cwd when import the commands + ## 1.1.47 ### Patch Changes diff --git a/package.json b/package.json index a079c62..dbc4978 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.47", + "version": "1.1.48", "main": "./dist/extension.js", "browser": "./dist/web/extension.js", "preview": false,