We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc1284 commit 07f2d52Copy full SHA for 07f2d52
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## 5.0
4
5
+### 5.1.0
6
+* added a plugin that transforms grid properties ( [#174](https://github.com/rofrischmann/inline-style-prefixer/pull/174) )
7
+
8
### 5.0.4
9
* added a plugin that transform logical properties ( [#170](https://github.com/rofrischmann/inline-style-prefixer/issues/170) )
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "inline-style-prefixer",
- "version": "5.0.4",
+ "version": "5.1.0",
"description": "Run-time Autoprefixer for JavaScript style objects",
"module": "es/index.js",
"jsnext:main": "es/index.js",
0 commit comments