diff --git a/CHANGELOG.md b/CHANGELOG.md index 9536bd1..d20d7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.5.0 (2023-08-26) +- feat: support TypeScript 5.2 (`using`) + +- fix(type-analyzer): support operator(`?`/`!`) when defining type of `variable/class-property` + # 0.4.0 (2023-08-22) - feat: support for ignoring specified type kinds when hiding (#5) diff --git a/package.json b/package.json index eeb9759..bf5c1c9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ts-type-hidden", "publisher": "xlboy", "displayName": "TS Type Hidden", - "version": "0.4.0", + "version": "0.5.0", "private": true, "description": "Hide those familiar type codes! Get the snippet back to its simplest form!", "license": "MIT",