Skip to content

Commit 58cd8c1

Browse files
committed
v1.1.6
1 parent 5143e44 commit 58cd8c1

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/vscodepublish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout
19-
- uses: actions/checkout@v2
19+
uses: actions/checkout@v2
2020
- name: Install Node.js
21-
- uses: actions/setup-node@v1
21+
uses: actions/setup-node@v1
2222
with:
2323
node-version: "10.x"
2424
- run: yarn
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
run: yarn test
3131
- name: Prepare release
32-
- run: yarn compile
32+
run: yarn compile
3333
- run: npx github-release-from-changelog
3434
- name: Publish
35-
- run: npx vsce publish -p $PUBLISHER_TOKEN
35+
run: npx vsce publish -p $PUBLISHER_TOKEN

CHANGELOG.md

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

8+
* v1.1.5 ([5143e44](https://github.com/CodersAKL/react-toolkit/commit/5143e44))
39
* fix(pipeline): fix CI ([5c0261d](https://github.com/CodersAKL/react-toolkit/commit/5c0261d))
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.5",
5+
"version": "1.1.6",
66
"icon": "assets/logo.png",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)