Skip to content

Commit ec5a8a6

Browse files
mingrammerclaude
andcommitted
bump: version up to 0.5.3
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ff2ee53 commit ec5a8a6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expr-lang-support",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Language support for Expr language (https://expr-lang.org)",
55
"private": true,
66
"workspaces": [

packages/formatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expr-lang/formatter",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Simple formatter for Expr language",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "expr-lang-support",
33
"displayName": "Expr Lang - Syntax & Formatter",
44
"description": "Syntax highlighting and formatting for Expr language (.expr files)",
5-
"version": "0.5.2",
5+
"version": "0.5.3",
66
"publisher": "daangn-ml-data-platform",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)