Skip to content

Commit ec6785f

Browse files
committed
πŸš€ hint-css-prefix-order - v1.0.2 ***NO_CI***
1 parent 6c16339 commit ec6785f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€Žpackages/hint-css-prefix-order/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.2 (March 7, 2019)
2+
3+
## Bug fixes / Improvements
4+
5+
* [[`091a3b1968`](https://github.com/webhintio/hint/commit/091a3b1968360c1745372a4eba45148e4970e9e0)] - Fix: Off-by-one error with hint-css-prefix-order (by [`Tony Ross`](https://github.com/antross) / see also: [`#1955`](https://github.com/webhintio/hint/issues/1955)).
6+
7+
18
# 1.0.1 (February 21, 2019)
29

310
## Bug fixes / Improvements

β€Žpackages/hint-css-prefix-order/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@
7070
"watch:test": "ava --watch",
7171
"watch:ts": "npm run build:ts -- --watch"
7272
},
73-
"version": "1.0.1"
73+
"version": "1.0.2"
7474
}

0 commit comments

Comments
Β (0)