From d49d50582daf6335d1e26d072c3bc3d13bb2c184 Mon Sep 17 00:00:00 2001 From: Chris Burnell Date: Wed, 31 Jul 2024 14:07:02 +0800 Subject: [PATCH] Release 2.1.0 --- .github/workflows/npm-publish.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9a16536..3e6eca6 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,6 +16,6 @@ jobs: - run: npm install - run: | TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?') - npm publish --tag ${TAG:-latest} + npm publish --provenance --access=public --tag ${TAG:-latest} env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package.json b/package.json index 07a0c6d..ccb58a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chrisburnell/eleventy-cache-webmentions", - "version": "2.1.0-beta.2", + "version": "2.1.0", "description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.", "license": "MIT", "repository": { @@ -42,6 +42,6 @@ "sanitize-html": "^2.13.0" }, "devDependencies": { - "eslint": "^9.2.0" + "eslint": "^9.8.0" } }