We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4524a32 commit e9daf84Copy full SHA for e9daf84
.vscodeignore
@@ -26,3 +26,4 @@ node_modules
26
!node_modules/tslib
27
!node_modules/escape-string-regexp
28
!node_modules/ansi-regex
29
+!node_modules/has-ansi
CHANGELOG.md
@@ -1,5 +1,11 @@
1
+## <small>1.1.21 (2020-02-20)</small>
2
+
3
4
5
6
## <small>1.1.20 (2020-02-20)</small>
7
8
+* v1.1.20 ([4524a32](https://github.com/CodersAKL/react-toolkit/commit/4524a32))
9
10
11
package.json
@@ -2,7 +2,7 @@
"name": "react-toolkit",
"displayName": "react-toolkit",
"description": "Useful tools for react developers",
- "version": "1.1.20",
+ "version": "1.1.21",
"icon": "assets/logo.png",
"license": "MIT",
"repository": {
0 commit comments