We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb68afc commit 9d92fb5Copy full SHA for 9d92fb5
.github/workflows/npm-publish.yml
@@ -20,8 +20,4 @@ jobs:
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
-<<<<<<< HEAD
24
run: npx semantic-release
25
-=======
26
- run: npx semantic-release --dry-run
27
->>>>>>> ae55bbc (chore: tweak semantic-release configuration)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@freakyfelt/could-could",
3
- "version": "2.0.0-rc.1",
+ "version": "1.0.0",
4
"description": "An authorization library built on top of JsonLogic",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments