Skip to content

Commit 2722104

Browse files
committed
v1.1.4
1 parent af83153 commit 2722104

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
},
1111
"typescript.tsc.autoDetect": "off",
1212
"typescript.tsdk": "node_modules/typescript/lib",
13-
"typescript.referencesCodeLens.enabled": true
13+
"typescript.referencesCodeLens.enabled": true,
14+
"git.autofetch": true
1415
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
## <small>1.1.4 (2020-02-19)</small>
2+
3+
* fix(utils): fix utils ([af83153](https://github.com/CodersAKL/react-toolkit/commit/af83153))
4+
* Display converters only on js files ([63f23c5](https://github.com/CodersAKL/react-toolkit/commit/63f23c5))
5+
6+
7+
18
## <small>1.1.3 (2020-02-19)</small>
29

310
* Missing typescript ([9186651](https://github.com/CodersAKL/react-toolkit/commit/9186651))
11+
* v1.1.3 ([5e4f7b6](https://github.com/CodersAKL/react-toolkit/commit/5e4f7b6))
412

513

614

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.3",
5+
"version": "1.1.4",
66
"icon": "assets/logo.png",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)