From 54323223445b15f6c537a32f43d862f9a1fc3983 Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Wed, 21 Jun 2023 00:08:00 +0530 Subject: [PATCH] 0.3.3 --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9dfa07..0266833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "ios-debug" extension will be documented in this file. +## v0.3.3 +### Changed +- Fix attach behavior on device. Properly attach to running app when targeting a device. +- A bunch of underlying changes and refactoring. + ## v0.3.2 ### Changed - Minor improvements in logging and error handling while launching Simulator diff --git a/package-lock.json b/package-lock.json index 6d0d967..4c2dee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ios-debug", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ios-debug", - "version": "0.3.2", + "version": "0.3.3", "hasInstallScript": true, "os": [ "darwin" diff --git a/package.json b/package.json index bd826c0..c95bd71 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "nisargjhaveri", "displayName": "iOS Debug", "description": "iOS debugging support in VS Code", - "version": "0.3.2", + "version": "0.3.3", "repository": "https://github.com/nisargjhaveri/vscode-ios-debug", "engines": { "vscode": "^1.56.0"