From b0767f969e030f78257d411113d916e37cbe507a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pudil?= Date: Sun, 11 Feb 2024 09:39:10 +0100 Subject: [PATCH] release 3.0.0-rc.1 --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4213c14..4d5f60c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,6 +63,6 @@ jobs: with: node-version: lts/* registry-url: 'https://registry.npmjs.org' - - run: npm publish --provenance + - run: npm publish --provenance --tag next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index ed54a36..dc4eaa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "naja", - "version": "2.6.1", + "version": "3.0.0-rc.1", "description": "Modern AJAX library for Nette Framework", "keywords": [ "nette",