Skip to content

Commit

Permalink
Update HandleBars version. Bump up CMake Tools Release version to #1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeis committed Nov 26, 2019
1 parent 0655ab8 commit 959e020
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# What's New?

## 1.2.3
Bug fixes:
- CTest status bar button text appears malformed. [#911] (https://github.com/microsoft/vscode-cmake-tools/issues/911)
- Cleanup fix for message "Platform undefined / toolset {}". [#913] (https://github.com/microsoft/vscode-cmake-tools/issues/913)
- Fix incorrect file associations when language is unset. [#926] (https://github.com/microsoft/vscode-cmake-tools/issues/911)

Improvements:
- Add telemetry for crashes

## 1.2.2
Bug fixes:
- Fix broken SchemaProvider. [#874] (https://github.com/microsoft/vscode-cmake-tools/issues/874)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cmake-tools",
"displayName": "CMake Tools",
"description": "Extended CMake support in Visual Studio Code",
"version": "1.2.2",
"version": "1.2.3",
"publisher": "ms-vscode",
"repository": {
"type": "git",
Expand Down Expand Up @@ -1115,7 +1115,7 @@
"resolutions": {
"marked": "^0.7.0",
"diff": "^3.5.0",
"handlebars": "^4.5.2",
"handlebars": "^4.5.3",
"https-proxy-agent": "^2.2.4"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2376,10 +2376,10 @@ gulplog@^1.0.0:
dependencies:
glogg "^1.0.0"

handlebars@*, handlebars@^4.0.6, handlebars@^4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.2.tgz#5a4eb92ab5962ca3415ac188c86dc7f784f76a0f"
integrity sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==
handlebars@*, handlebars@^4.0.6, handlebars@^4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
Expand Down

0 comments on commit 959e020

Please sign in to comment.