We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b06eb commit 8b6e9faCopy full SHA for 8b6e9fa
CHANGELOG.md
@@ -6,6 +6,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
9
+## [0.2.1] - 2023-02-09
10
+
11
+### Added
12
13
+- Added `in` to `controls`
14
15
+### Updated
16
17
+- Moved `to` from `functions` to `controls`
18
19
## [0.2.0] - 2023-02-07
20
21
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pulpscript-syntax",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"publisher": "BlakeGearin",
5
"engines": {
"vscode": "^1.74.0"
0 commit comments