Skip to content

Commit

Permalink
Updated extension version to v1.1.0 and updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedFish committed Aug 12, 2023
1 parent 008a7ef commit 01abf37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.1.0 - 2023-08-12

- Added config setting to toggle syntax analysis - `robots.text.analyzeSyntax`
- Fixed bug with `sitemap` directive analysis (incorrect diagnostic issue)

## v1.0.2 - 2023-08-11

- Added real-time code analysis
Expand Down
4 changes: 2 additions & 2 deletions 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.0.2",
"version": "1.1.0",
"publisher": "darian-benam",
"keywords": [
"config",
Expand Down

0 comments on commit 01abf37

Please sign in to comment.