From 318419a46eda905c5c4f322a338b36ca35e3eae5 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Sun, 17 Mar 2024 17:04:54 -0700 Subject: [PATCH] v1.12.1: Fixed README Badges --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23b477f..d179b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "terminal-all-in-one", - "version": "1.12.0", + "version": "1.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "terminal-all-in-one", - "version": "1.12.0", + "version": "1.12.1", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -1168,6 +1167,7 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", + "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", diff --git a/package.json b/package.json index 06032a2..4e05407 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "name": "terminal-all-in-one", "displayName": "Terminal All In One", "description": "Enhance your integrated terminal with themes, scripts, keybindings, and commands.", - "version": "1.12.0", + "version": "1.12.1", "homepage": "https://marketplace.visualstudio.com/items?itemName=yasht.terminal-all-in-one", "license": "MIT", "publisher": "yasht",