Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Bronsveld committed Apr 29, 2023
1 parent 4f72368 commit 9b07753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Small Javascript type checking level fix and readme updates.
- Changed the default type checking level of embedded Javascript in card templates to be similar to regular Javascript files opened in VSCode.
Before, this was set to check Javascript as if it were Typescript. Which is not necessary in card templates.
- Added a setting to change Javascript type checking level back to strict, or turn it off completely.
- Fixed issue where incorrect diagnostics for field names would sometimes display if fields were renamed in Anki while a card template was opened VSCode.
- Updated links to extension in readme.

## [1.0.0] - 2023-04-22
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "anki-editor",
"displayName": "Anki Editor",
"description": "Edit Anki card templates in Visual Studio Code with syntax highlighting and intellisense.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Pedro Bronsveld",
"publisher": "pedro-bronsveld",
"repository": {
Expand Down

0 comments on commit 9b07753

Please sign in to comment.