We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947abb5 commit 0d5e6a0Copy full SHA for 0d5e6a0
CHANGELOG.md
@@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
The versions in this file adhere to [semantic versioning](https://semver.org/).
8
9
+## [0.12.2]
10
+
11
+**KeyValue**
12
+- Fixed incorrect error message when an object key is followed by a conditional
13
14
## [0.12.1]
15
16
**FGD**
package.json
@@ -2,7 +2,7 @@
2
"name": "source-engine-support",
3
"displayName": "Source Engine Support",
4
"description": "Adds support for Source Engine file types and other commands",
5
- "version": "0.12.1",
+ "version": "0.12.2",
"icon": "extension-icon-256.png",
"author": {
"name": "Stefan Heinz",
0 commit comments