From 4dc5f8280a00c3ffeb959f47d876f9a98c1dba68 Mon Sep 17 00:00:00 2001 From: Orta Date: Tue, 6 Oct 2020 11:40:29 -0400 Subject: [PATCH] Bump version for 2.x branch --- .github/workflows/publish.yaml | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 29c8ead..9a88554 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,9 +11,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: https://registry.npmjs.org/ - run: npm i + - run: node test/validateModuleExportsMatchCommonJS/index.js - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package.json b/package.json index 3412f78..7b1f61b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tslib", "author": "Microsoft Corp.", "homepage": "https://www.typescriptlang.org/", - "version": "2.0.1", + "version": "2.0.2", "license": "0BSD", "description": "Runtime library for TypeScript helper functions", "keywords": [