Skip to content

Commit af4616c

Browse files
committed
chore: Release
1 parent a42259d commit af4616c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ veryl-formatter = {version = "0.18.0", path = "../formatter"}
1414
veryl-metadata = {version = "0.18.0", path = "../metadata"}
1515
veryl-parser = {version = "0.18.0", path = "../parser"}
1616
veryl-path = {version = "0.18.0", path = "../path"}
17-
veryl = {version = "0.17.2", path = "../veryl"}
17+
veryl = {version = "0.18.0", path = "../veryl"}
1818

1919
[dev-dependencies]
2020
criterion = {package = "codspeed-criterion-compat", version = "4.0"}

crates/veryl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "veryl"
3-
version = "0.17.2"
3+
version = "0.18.0"
44
authors.workspace = true
55
repository.workspace = true
66
keywords.workspace = true

support/highlightjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlightjs-veryl",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Veryl syntax highlighting plugin for highlight.js",
55
"main": "src/languages/veryl.js",
66
"scripts": {

support/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "veryl-vscode",
33
"displayName": "Veryl",
44
"description": "Veryl extension for Visual Studio Code",
5-
"version": "0.17.2",
5+
"version": "0.18.0",
66
"publisher": "veryl-lang",
77
"homepage": "https://veryl-lang.org",
88
"icon": "veryl_icon.png",

0 commit comments

Comments
 (0)