From a3b783ee693b2e8a3b372ebea4c7e33d6a023f51 Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Wed, 15 Jun 2022 22:04:43 +0200 Subject: [PATCH] v0.3.8 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2f588..378fff1 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.3.8] + +**FGD** +- Fix `BaseClass` not getting detected as a valid class definition + ## [0.3.7] **General** diff --git a/package.json b/package.json index e36a6c6..3817903 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.3.7", + "version": "0.3.8", "icon": "extension-icon-256.png", "author": { "name": "Stefan Heinz",