Skip to content

Commit e1f6150

Browse files
committed
4.1.1
1 parent 00376e1 commit e1f6150

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 4.1.1 (October 28, 2018)
4+
5+
- Added: caniuse link for `overflow` shorthand property
6+
37
### 4.1.0 (October 28, 2018)
48

59
- Added: Double Position Gradients

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssdb",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"browserslist": "^4.3.4",
21-
"caniuse-lite": "^1.0.30000899",
21+
"caniuse-lite": "^1.0.30000900",
2222
"eslit": "^5.0.0",
2323
"fse": "^4.0.1",
2424
"marked": "^0.5.1",

0 commit comments

Comments
 (0)