Skip to content

Commit 80eb861

Browse files
committed
v1.29.3
1 parent c03a7e7 commit 80eb861

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
[package]
1313
authors = ["Devon Govett <[email protected]>"]
1414
name = "lightningcss"
15-
version = "1.0.0-alpha.64"
15+
version = "1.0.0-alpha.65"
1616
description = "A CSS parser, transformer, and minifier"
1717
license = "MPL-2.0"
1818
edition = "2021"

napi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bundler = ["dep:crossbeam-channel", "dep:rayon"]
1616
serde = { version = "1.0.201", features = ["derive"] }
1717
serde_bytes = "0.11.5"
1818
cssparser = "0.33.0"
19-
lightningcss = { version = "1.0.0-alpha.64", path = "../", features = [
19+
lightningcss = { version = "1.0.0-alpha.65", path = "../", features = [
2020
"nodejs",
2121
"serde",
2222
] }

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightningcss",
3-
"version": "1.29.2",
3+
"version": "1.29.3",
44
"license": "MPL-2.0",
55
"description": "A CSS parser, transformer, and minifier written in Rust",
66
"main": "node/index.js",

0 commit comments

Comments
 (0)