Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlboy committed Aug 22, 2023
1 parent 47a96b2 commit 5d74679
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 0.4.0 (2023-08-22)

- feat: support for ignoring specified type kinds when hiding (#5)

- fix(editor-context): fix inaccurate cursor when opening a new file

- fix(editor-context): type flicker problem when editing current line code

# 0.3.0 (2023-05-27)

- refactor: improve the icon next to the line of type code
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.3.0",
"version": "0.4.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 5d74679

Please sign in to comment.