Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,8 @@ | ||
## <small>1.4.1 (2020-11-23)</small> | ||
* fix: linter ([2b7294f](https://github.com/microlinkhq/nanoclamp/commit/2b7294f)) | ||
* build: upgrade react version ([c25d5b0](https://github.com/microlinkhq/nanoclamp/commit/c25d5b0)) | ||
## 1.4.0 (2020-11-20) | ||
@@ -2,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/nanoclamp", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"main": "dist/nanoclamp.js", | ||
@@ -43,3 +43,3 @@ "module": "dist/nanoclamp.m.js", | ||
"prop-types": "latest", | ||
"react": "^16", | ||
"react": "^17", | ||
"react-dom": "^17", | ||
@@ -46,0 +46,0 @@ "rollup": "latest", |
35135