Skip to content

Commit e33a47d

Browse files
committed
v1.22.1
1 parent b4bbe47 commit e33a47d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
[package]
1212
authors = ["Devon Govett <devongovett@gmail.com>"]
1313
name = "lightningcss"
14-
version = "1.0.0-alpha.50"
14+
version = "1.0.0-alpha.51"
1515
description = "A CSS parser, transformer, and minifier"
1616
license = "MPL-2.0"
1717
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.22.0",
3+
"version": "1.22.1",
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)