diff --git a/.changeset/famous-ants-agree.md b/.changeset/famous-ants-agree.md deleted file mode 100644 index 19c45a6..0000000 --- a/.changeset/famous-ants-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"terminal-keeper": patch ---- - -fix: allow to import the array commands diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f9c56..3b476ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Terminal Keeper +## 1.1.49 + +### Patch Changes + +- bfe1708: fix: allow to import the array commands + ## 1.1.48 ### Patch Changes diff --git a/package.json b/package.json index dbc4978..be14f65 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.48", + "version": "1.1.49", "main": "./dist/extension.js", "browser": "./dist/web/extension.js", "preview": false,