diff --git a/CHANGELOG.md b/CHANGELOG.md index 820ae24..a1f16ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +#### **3.2.1** + +*24.10.2023 **Update*** +- Snippets fixed. +- Grammars bug fixed. + +--- + #### **3.2.0** *08.10.2023 **Update*** diff --git a/README.md b/README.md index 36ce020..cca80ee 100644 --- a/README.md +++ b/README.md @@ -109,13 +109,11 @@ The PineScript Helper extension supports the following file extensions: --- ## Release Notes -#### **3.2.0** +#### **3.2.1** -*08.10.2023 **Update*** -- Reworked hover functions. Now displays descriptions and arguments list. -- Snippets for built-in functions and variables updated. +*24.10.2023 **Update*** +- Snippets fixed. - Grammars bug fixed. -- Type `polyline` added. --- @@ -134,4 +132,4 @@ This extension is released under the [MIT License](./LICENSE.md). --- -*Version 3.2.0* +*Version 3.2.1* diff --git a/SNIPPET-LIST.md b/SNIPPET-LIST.md index 86f7a78..93fb4fe 100644 --- a/SNIPPET-LIST.md +++ b/SNIPPET-LIST.md @@ -1,4 +1,4 @@ -*Version 3.2.0* +*Version 3.2.1* # Snippet's Prefix's - [Snippet's Prefix's](#snippets-prefixs) diff --git a/package-lock.json b/package-lock.json index 01ded13..6896331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pinescript-helper", - "version": "3.2.1-beta-5", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pinescript-helper", - "version": "3.2.1-beta-5", + "version": "3.2.1", "license": "MIT", "dependencies": { "find-up": "^6.3.0", diff --git a/package.json b/package.json index 640811d..b126691 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "icon": "images/pineicon.png", "publisher": "salbert11", "license": "MIT", - "version": "3.2.1-beta-5", + "version": "3.2.1", "engines": { "vscode": "^1.62.0" },