Skip to content

Commit 37a1bce

Browse files
committed
v1.8.2
1 parent f146b66 commit 37a1bce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -7,7 +7,7 @@ members = [
77
[package]
88
authors = ["Devon Govett <devongovett@gmail.com>"]
99
name = "parcel_css"
10-
version = "1.0.0-alpha.23"
10+
version = "1.0.0-alpha.24"
1111
description = "A CSS parser, transformer, and minifier"
1212
license = "MPL-2.0"
1313
edition = "2021"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parcel/css",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"license": "MPL-2.0",
55
"description": "A CSS parser, transformer, and minifier written in Rust",
66
"main": "node/index.js",
@@ -58,4 +58,4 @@
5858
"playground:start": "parcel playground/index.html",
5959
"playground:build": "yarn wasm-browser:build-release && parcel build playground/index.html"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)