Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 69be5c7

Browse files
committed
Bump versions and changelog
1 parent 781d3bf commit 69be5c7

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 0.0.26
4+
5+
- Support adding custom Cairo paths in settings. ([#41](https://github.com/ericglau/cairo-ls/pull/41))
6+
37
## 0.0.25
48

59
- Support config to disable hint validation for specific file patterns ([#34](https://github.com/ericglau/cairo-ls/pull/34))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Cairo language support for StarkNet in VS Code",
55
"author": "Eric Lau",
66
"license": "EPL-2.0",
7-
"version": "0.0.25",
7+
"version": "0.0.26",
88
"preview": true,
99
"icon": "images/logo.png",
1010
"repository": {

server/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
- Support adding custom Cairo paths in settings. ([#41](https://github.com/ericglau/cairo-ls/pull/41))
6+
37
## 0.0.7
48

59
- Support config to disable hint validation for specific file patterns ([#34](https://github.com/ericglau/cairo-ls/pull/34))

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cairo-ls",
33
"description": "Cairo Language Server",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"author": "Eric Lau",
66
"license": "EPL-2.0",
77
"engines": {

0 commit comments

Comments
 (0)