From f8d665452aa94a33698b33c2c070c83c2cc6293e Mon Sep 17 00:00:00 2001 From: Shivam Sourav Jha <60891544+shivamsouravjha@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:27:06 +0530 Subject: [PATCH] chore: version bump (#84) Signed-off-by: shivamsouravjha <2019145@iiitdmj.ac.in> --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65592de..e2a7fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,4 +81,7 @@ First Release for Vs Code Extension. ## [1.0.18] - Enhances path detection for python -- Optimised keploy config screen \ No newline at end of file +- Optimised keploy config screen + +## [1.0.19] +- Enhanced UT generation \ No newline at end of file diff --git a/package.json b/package.json index fe3dd97..f17ce5f 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.18", + "version": "1.0.19", "publisher": "Keploy", "icon": "media/logo.png", "pricing": "Free",