Skip to content

Commit 1a23835

Browse files
committed
v1.15.0
1 parent 7efeef2 commit 1a23835

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
[package]
99
authors = ["Devon Govett <devongovett@gmail.com>"]
1010
name = "lightningcss"
11-
version = "1.0.0-alpha.33"
11+
version = "1.0.0-alpha.34"
1212
description = "A CSS parser, transformer, and minifier"
1313
license = "MPL-2.0"
1414
edition = "2021"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightningcss",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
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)