diff --git a/CHANGELOG.md b/CHANGELOG.md index e583db2..6add2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the "ios-debug" extension will be documented in this file. +## v0.2.2 +### Added +- Logging support for Simulator, logs now appear for simulator launches as well + +### Changed +- Fix: NSLog was not appearing earlier in device launches +- Open Simulator app when booting if not already open + + ## v0.2.1 ### Added - Better cleanup of ios-debug debugserver instances diff --git a/package-lock.json b/package-lock.json index c5f0dd7..02e2d0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ios-debug", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1405f3e..06452e6 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.2.1", + "version": "0.2.2", "repository": "https://github.com/nisargjhaveri/vscode-ios-debug", "engines": { "vscode": "^1.56.0"