diff --git a/.changeset/shy-snails-jump.md b/.changeset/shy-snails-jump.md deleted file mode 100644 index 21b5f92..0000000 --- a/.changeset/shy-snails-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"terminal-keeper": patch ---- - -feat: Allow the import of commands from another source that exists in the workspace. diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fff7c..6b8d7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Terminal Keeper +## 1.1.41 + +### Patch Changes + +- dad1570: feat: Allow the import of commands from another source that exists in the workspace. + ## 1.1.40 ### Patch Changes diff --git a/package.json b/package.json index 1861ade..82ae75c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Terminal Keeper", "description": "Easily save and recall previous terminal sessions, create new sessions, and edit or delete existing ones.", "icon": "assets/logo.png", - "version": "1.1.40", + "version": "1.1.41", "main": "./dist/extension.js", "browser": "./dist/web/extension.js", "preview": false,