diff --git a/CHANGELOG.md b/CHANGELOG.md index 913605a9..c671072c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. + +## Version 0.4.2 + +### Fixed +- Update app insights key + ## Version 0.4.1 ### Added @@ -10,7 +16,7 @@ All notable changes to this project will be documented in this file. - Arduino CLI on MacOS [#1221](https://github.com/microsoft/vscode-arduino/issues/1221) Thanks [@awmichel](https://github.com/awmichel) - Typos [#1226](https://github.com/microsoft/vscode-arduino/pull/1226), [#1225](https://github.com/microsoft/vscode-arduino/pull/1225), [#1191](https://github.com/microsoft/vscode-arduino/pull/1191) Thanks [@jogo-](https://github.com/jogo-) [@CBielstein](https://github.com/CBielstein) - add USBCON back into IntelliSense config [#1216](https://github.com/microsoft/vscode-arduino/issues/1216) -- Update depedencies +- Update dependencies - App Insights key in Actions [#1236](https://github.com/microsoft/vscode-arduino/pull/1236) ## Version 0.4.0 diff --git a/package-lock.json b/package-lock.json index 4354db20..97dae208 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-arduino", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d049cf7a..15021e6b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-arduino", "displayName": "Arduino", "description": "Arduino for Visual Studio Code", - "version": "0.4.1", + "version": "0.4.2", "publisher": "vsciot-vscode", "aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42", "preview": true,