Skip to content

Commit a353dbb

Browse files
committed
chore: release v1.1.7
1 parent 6915603 commit a353dbb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [1.1.7] - 2024-07-03
44

55
### Fixed
66
- Added search keywords to manifest

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
"name": "func-vscode",
33
"displayName": "FunC Language Support",
44
"description": "This extension enables support for FunC in VS Code.",
5-
"keywords": ["TON", "The Open Network", "FunC", "Smart contract"],
5+
"keywords": [
6+
"TON",
7+
"The Open Network",
8+
"FunC",
9+
"Smart contract"
10+
],
611
"icon": "logo.png",
7-
"version": "1.1.6",
12+
"version": "1.1.7",
813
"engines": {
914
"vscode": "^1.63.0"
1015
},

0 commit comments

Comments
 (0)