Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlboy committed Aug 26, 2023
1 parent 6e1c693 commit a749a29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit a749a29

Please sign in to comment.