Skip to content

Commit d7614e1

Browse files
committed
v1.1.14
1 parent 6491680 commit d7614e1

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/vscodepublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
node-version: "10.x"
2424
- run: yarn
25+
- run: npm list --production --parseable --depth=99999 --loglevel=error
2526
- run: yarn autoclean --init
2627
- run: echo "*.d.ts\n@types\n*.map" >> .yarnclean
2728
- run: yarn autoclean --force
28-
- run: npm list --production --parseable --depth=99999 --loglevel=error
2929
- run: yarn lint
3030
- name: Run tests
3131
uses: GabrielBB/xvfb-action@v1.0

CHANGELOG.md

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

8+
* v1.1.13 ([6491680](https://github.com/CodersAKL/react-toolkit/commit/6491680))
39

410

511

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

0 commit comments

Comments
 (0)