From dd9375047259ef8614376eed8b948b6a6af49f1e Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Tue, 23 Feb 2021 01:41:23 -0500 Subject: [PATCH] Re-release --- .github/workflows/npm-publish.yml | 8 ++++---- changelog.md | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7051d540..a161026e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish @@ -39,11 +39,11 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm ci - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 registry-url: 'https://npm.pkg.github.com' scope: '@curveball' - run: npm publish diff --git a/changelog.md b/changelog.md index ea05bdc2..df96cd67 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +0.15.3 (2021-02-23) +------------------- + +* Re-releasing to for Github auto-publishing npm packages. + + 0.15.2 (2021-02-23) ------------------