diff --git a/CHANGELOG.md b/CHANGELOG.md index e28796e98..8fe304a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # What's New? +## 1.2.2 + + ## 1.2.1 Thank you to the following CMake Tools contributors: koemai, bjosa, emanspeaks, som1lse, dcourtois, tsing80, andy-held, notskm, thezogoth, yokuyuki, dbird137, fabianogk, randshot. @@ -8,7 +11,7 @@ dcourtois, tsing80, andy-held, notskm, thezogoth, yokuyuki, dbird137, fabianogk, for all of your hard work getting this extension to where it is today! Breaking changes: -- The publisher id changes to ms-vscode.cmake-tools. +- The publisher id changes to ms-vscode.cmake-tools. This requires that you uninstall earlier versions of the extension. - Scanning for kits is able to detect more accurately multiple VS installations. To achieve this, a Visual Studio kit is defined differently now in cmake-tools-kits.json: the "visualStudio" field represents an ID unique to the installation diff --git a/package.json b/package.json index 5373ae5e3..ef06503d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cmake-tools", "displayName": "CMake Tools", "description": "Extended CMake support in Visual Studio Code", - "version": "1.2.1", + "version": "1.2.2", "publisher": "ms-vscode", "repository": { "type": "git",