diff --git a/CHANGELOG.md b/CHANGELOG.md index a00eedc..1f4250c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how The versions in this file adhere to [semantic versioning](https://semver.org/). +## [0.12.2] + +**KeyValue** +- Fixed incorrect error message when an object key is followed by a conditional + ## [0.12.1] **FGD** diff --git a/package.json b/package.json index b5fd6ad..93bd3be 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "source-engine-support", "displayName": "Source Engine Support", "description": "Adds support for Source Engine file types and other commands", - "version": "0.12.1", + "version": "0.12.2", "icon": "extension-icon-256.png", "author": { "name": "Stefan Heinz",