Skip to content

Commit 6fc3345

Browse files
committed
v1.1.11
1 parent 2c7ff17 commit 6fc3345

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.vscodeignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ node_modules
1818
!node_modules/react-js-to-ts
1919
!node_modules/typescript
2020
!node_modules/universalify
21-
!node_modules/graceful-fs
21+
!node_modules/graceful-fs
22+
!node_modules/jsonfile
23+
!node_modules/detect-indent
24+
!node_modules/reserved-words
25+
!node_modules/@wessberg/stringutil
26+
!node_modules/tslib

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## <small>1.1.11 (2020-02-20)</small>
2+
3+
4+
5+
16
## <small>1.1.10 (2020-02-20)</small>
27

38
* Add missing dependencies and cleanup ([ce79650](https://github.com/CodersAKL/react-toolkit/commit/ce79650))
9+
* v1.1.10 ([2c7ff17](https://github.com/CodersAKL/react-toolkit/commit/2c7ff17))
410

511

612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-toolkit",
33
"displayName": "react-toolkit",
44
"description": "Useful tools for react developers",
5-
"version": "1.1.10",
5+
"version": "1.1.11",
66
"icon": "assets/logo.png",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)