Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil committed Feb 24, 2024
1 parent b0767f9 commit 13c60b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
with:
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
- run: npm publish --provenance --tag next
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naja",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"description": "Modern AJAX library for Nette Framework",
"keywords": [
"nette",
Expand Down

0 comments on commit 13c60b3

Please sign in to comment.