Skip to content

Commit

Permalink
Updated extension version to v1.2.0 and updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedFish committed Aug 13, 2023
1 parent 37ac0fa commit 7931827
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v1.2.0 - 2023-08-13

- Implemented basic IntelliSense auto completion support (global and scoped)
- Fixed leak issue with two event listeners

## v1.1.0 - 2023-08-12

- Added config setting to toggle syntax analysis - `robots.text.analyzeSyntax`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An extension for Visual Studio Code that enables support for robots.txt files.",
"icon": "./images/icon.png",
"license": "MIT",
"version": "1.1.0",
"version": "1.2.0",
"publisher": "darian-benam",
"keywords": [
"config",
Expand Down

0 comments on commit 7931827

Please sign in to comment.