1 parent 00376e1 commit e1f6150Copy full SHA for e1f6150
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changes to cssdb
2
3
+### 4.1.1 (October 28, 2018)
4
+
5
+- Added: caniuse link for `overflow` shorthand property
6
7
### 4.1.0 (October 28, 2018)
8
9
- Added: Double Position Gradients
package.json
@@ -1,6 +1,6 @@
{
"name": "cssdb",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
@@ -18,7 +18,7 @@
18
},
19
"devDependencies": {
20
"browserslist": "^4.3.4",
21
- "caniuse-lite": "^1.0.30000899",
+ "caniuse-lite": "^1.0.30000900",
22
"eslit": "^5.0.0",
23
"fse": "^4.0.1",
24
"marked": "^0.5.1",
0 commit comments