Skip to content

Commit ec746af

Browse files
authored
chore: bump version to v0.1.0 (#4)
1 parent 14e2da3 commit ec746af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.0] - 07.07.2025
6+
7+
First stable version
8+
59
## [0.0.1] - 06.07.2025
610

711
Initial development release for alpha testers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"BoC",
1313
"TL-B"
1414
],
15-
"version": "0.0.1",
15+
"version": "0.1.0",
1616
"engines": {
1717
"vscode": "^1.63.0"
1818
},

package.server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ton-language-server",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Language Server for the TON Blockchain",
55
"main": "server.js",
66
"keywords": [

0 commit comments

Comments
 (0)