Skip to content

Commit 60369c3

Browse files
committed
[release] v3.2.1
- Snippets fixed. - Grammars bug fixed.
1 parent 017b706 commit 60369c3

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
#### **3.2.1**
4+
5+
*24.10.2023 **Update***
6+
- Snippets fixed.
7+
- Grammars bug fixed.
8+
9+
---
10+
311
#### **3.2.0**
412

513
*08.10.2023 **Update***

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,11 @@ The PineScript Helper extension supports the following file extensions:
109109
---
110110

111111
## Release Notes
112-
#### **3.2.0**
112+
#### **3.2.1**
113113

114-
*08.10.2023 **Update***
115-
- Reworked hover functions. Now displays descriptions and arguments list.
116-
- Snippets for built-in functions and variables updated.
114+
*24.10.2023 **Update***
115+
- Snippets fixed.
117116
- Grammars bug fixed.
118-
- Type `polyline` added.
119117

120118
---
121119

@@ -134,4 +132,4 @@ This extension is released under the [MIT License](./LICENSE.md).
134132

135133
---
136134

137-
*Version 3.2.0*
135+
*Version 3.2.1*

SNIPPET-LIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Version 3.2.0*
1+
*Version 3.2.1*
22
# Snippet's Prefix's
33

44
- [Snippet's Prefix's](#snippets-prefixs)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "images/pineicon.png",
66
"publisher": "salbert11",
77
"license": "MIT",
8-
"version": "3.2.1-beta-5",
8+
"version": "3.2.1",
99
"engines": {
1010
"vscode": "^1.62.0"
1111
},

0 commit comments

Comments
 (0)