From 7e90bff9aa3557f54f9d91f262b6ad6117d250c9 Mon Sep 17 00:00:00 2001 From: MURAGEH Date: Sun, 5 Feb 2023 01:38:57 +0300 Subject: [PATCH] 1.0.5 --- .github/workflows/publish_package.yaml | 3 --- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish_package.yaml b/.github/workflows/publish_package.yaml index effafcd..27f2f27 100644 --- a/.github/workflows/publish_package.yaml +++ b/.github/workflows/publish_package.yaml @@ -12,11 +12,8 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - - run: npm version patch - run: npm install - run: npm run build - - run: git config user.email "github-actions[bot]@users.noreply.github.com" - - run: git config user.name "github-actions[bot]" - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index cea0007..ecf08ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "save-progress", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "save-progress", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "typescript": "^4.9.3" diff --git a/package.json b/package.json index 4190cde..14a34a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@crispice/save-progress", - "version": "1.0.4", + "version": "1.0.5", "description": "A React hook to save progress in a form, or any other scenario, and restore it when the user returns to the form. It uses localStorage to save the progress.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",