Skip to content

Commit 59d29b1

Browse files
committed
v1.9.0
1 parent dc98350 commit 59d29b1

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

Cargo.lock

Lines changed: 14 additions & 17 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
@@ -7,7 +7,7 @@ members = [
77
[package]
88
authors = ["Devon Govett <devongovett@gmail.com>"]
99
name = "parcel_css"
10-
version = "1.0.0-alpha.25"
10+
version = "1.0.0-alpha.26"
1111
description = "A CSS parser, transformer, and minifier"
1212
license = "MPL-2.0"
1313
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": "@parcel/css",
3-
"version": "1.8.3",
3+
"version": "1.9.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)