We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c16339 commit ec6785fCopy full SHA for ec6785f
βpackages/hint-css-prefix-order/CHANGELOG.md
@@ -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
8
# 1.0.1 (February 21, 2019)
9
10
## Bug fixes / Improvements
βpackages/hint-css-prefix-order/package.json
@@ -70,5 +70,5 @@
70
"watch:test": "ava --watch",
71
"watch:ts": "npm run build:ts -- --watch"
72
},
73
- "version": "1.0.1"
+ "version": "1.0.2"
74
}
0 commit comments