diff --git a/CHANGELOG.md b/CHANGELOG.md index 89219c5..5a85779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 65a3f61..6448f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-robots-dot-txt-support", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-robots-dot-txt-support", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/glob": "^8.1.0", diff --git a/package.json b/package.json index a16d82c..48d4253 100644 --- a/package.json +++ b/package.json @@ -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",