Skip to content

Commit 4dc5f82

Browse files
committed
Bump version for 2.x branch
1 parent 65edb98 commit 4dc5f82

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 12
14+
node-version: 14
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm i
17+
- run: node test/validateModuleExportsMatchCommonJS/index.js
1718
- run: npm publish
1819
env:
19-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
20+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tslib",
33
"author": "Microsoft Corp.",
44
"homepage": "https://www.typescriptlang.org/",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"license": "0BSD",
77
"description": "Runtime library for TypeScript helper functions",
88
"keywords": [

0 commit comments

Comments
 (0)