From 3c60053dd64836ccc98d6ba517c4593469afc1f2 Mon Sep 17 00:00:00 2001 From: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:12:48 +0530 Subject: [PATCH] chore: bump version Signed-off-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48a697..ef8f0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,4 +46,8 @@ First Release for Vs Code Extension. ## [1.0.10] -- Resolved sign-up bug for cross browser callbacks. \ No newline at end of file +- Resolved sign-up bug for cross browser callbacks. + +## [1.0.11] + +- Maintaining user session diff --git a/package.json b/package.json index 918832d..c55a8e3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "keployio", "displayName": "Keploy", "description": "Streamline testing with the power of Keploy, directly in your favorite IDE.", - "version": "1.0.10", + "version": "1.0.11", "publisher": "Keploy", "icon": "media/logo.png", "pricing": "Free",