diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f2b38..cabdf88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Sitecore Experience Accelerator Scriban syntax coloring and auto completion - Extension for Visual Studio Code -## 0.1.1 +## 0.1.2 - More accurate extension descriptions - Improvements to Sitecore extension snippets - Verified and supplemented list of full extensions diff --git a/README.md b/README.md index a8f0a4e..96730ca 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This extension allows to colorize Sitecore Experience Accelerator Scriban-Html s - Supports auto complete for Scriban language auto complete including embedded objects. - Supports auto complete for OOTB Sitecore Experience Accelerator functions and objects. -## 0.1.1 +## 0.1.2 - More accurate extension descriptions - Improvements to snippets - Descriptions synchonized with the documentation diff --git a/package.json b/package.json index ccaa0bc..cdb0c4b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sitecore-scriban", "displayName": "Sitecore Scriban", "description": "Scriban Templates syntax coloring and auto completion for Sitecore Experience Accelerator (SXA)", - "version": "0.1.1", + "version": "0.1.2", "publisher": "adamnaj", "repository": { "type": "git",