Skip to content

Commit 0004b60

Browse files
author
Robin Frischmann
committed
3.0.5 release
1 parent 3356a08 commit 0004b60

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ node_modules
99
benchmark
1010
dist
1111
flow-typed
12+
_book

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 3.0
44

5+
### 3.0.5
6+
* use Chrome data for Yandex browser ( [#127](https://github.com/rofrischmann/inline-style-prefixer/issues/127) )
7+
58
### 3.0.4
69
* removed `caniuse-api` as a `devDependency`
710

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-style-prefixer",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Run-time Autoprefixer for JavaScript style objects",
55
"main": "dynamic/index.js",
66
"files": [

0 commit comments

Comments
 (0)