We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365cddb commit 03397d7Copy full SHA for 03397d7
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 5.0
4
5
+### 5.1.2
6
+* fixed bugs that occured with 5.1.1
7
+* added support for `span X` values in grid properties ( [#190](https://github.com/rofrischmann/inline-style-prefixer/pull/190) )
8
+
9
### 5.1.1
10
* added support for `span` values in grid properties ( [#186](https://github.com/rofrischmann/inline-style-prefixer/pull/186) )
11
package.json
@@ -1,6 +1,6 @@
1
{
"name": "inline-style-prefixer",
- "version": "5.1.1",
+ "version": "5.1.2",
"description": "Run-time Autoprefixer for JavaScript style objects",
"module": "es/index.js",
"jsnext:main": "es/index.js",
0 commit comments