Skip to content

Commit 03397d7

Browse files
committed
5.1.2
1 parent 365cddb commit 03397d7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 5.0
44

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+
59
### 5.1.1
610
* added support for `span` values in grid properties ( [#186](https://github.com/rofrischmann/inline-style-prefixer/pull/186) )
711

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-style-prefixer",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Run-time Autoprefixer for JavaScript style objects",
55
"module": "es/index.js",
66
"jsnext:main": "es/index.js",

0 commit comments

Comments
 (0)