We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3356a08 commit 0004b60Copy full SHA for 0004b60
.eslintignore
@@ -9,3 +9,4 @@ node_modules
9
benchmark
10
dist
11
flow-typed
12
+_book
Changelog.md
@@ -2,6 +2,9 @@
2
3
## 3.0
4
5
+### 3.0.5
6
+* use Chrome data for Yandex browser ( [#127](https://github.com/rofrischmann/inline-style-prefixer/issues/127) )
7
+
8
### 3.0.4
* removed `caniuse-api` as a `devDependency`
package.json
@@ -1,6 +1,6 @@
1
{
"name": "inline-style-prefixer",
- "version": "3.0.4",
+ "version": "3.0.5",
"description": "Run-time Autoprefixer for JavaScript style objects",
"main": "dynamic/index.js",
"files": [
0 commit comments