Skip to content

Commit 8060e33

Browse files
committed
Release 10.4.19 version
1 parent fe7bae4 commit 8060e33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 10.4.19
5+
* Removed `end value has mixed support, consider using flex-end` warning
6+
since `end`/`start` now have good support.
7+
48
## 10.4.18
59
* Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` (@Goodwine).
610

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autoprefixer",
3-
"version": "10.4.18",
3+
"version": "10.4.19",
44
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
55
"engines": {
66
"node": "^10 || ^12 || >=14"

0 commit comments

Comments
 (0)