From cf65eebe24c5b75447504b4934e3c8ef3f02d8b3 Mon Sep 17 00:00:00 2001 From: Jaid Date: Tue, 25 May 2021 05:22:49 +0200 Subject: [PATCH] Bumped package version (major) --- package-lock.json | 2 +- package.json | 2 +- readme.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0aaacb5..a18b59e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-sync-node-meta", - "version": "1.4.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c98fc12..e202e57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "webpackConfigJaid": "githubAction", - "version": "1.4.0", + "version": "2.0.0", "author": "Jaid (https://github.com/Jaid)", "dependencies": { "@absolunet/fsp": "^1.7.0", diff --git a/readme.md b/readme.md index 0aa61e9..755bf6f 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ License Sponsor action-sync-node-meta -Build status Commits since v1.4.0 Last commit Issues +Build status Commits since v2.0.0 Last commit Issues **GitHub Action that syncs package.json with the repository metadata.** @@ -41,7 +41,7 @@ jobs: - name: actions/checkout uses: actions/checkout@v2.3.4 - name: Jaid/action-sync-node-meta - uses: jaid/action-sync-node-meta@v1.4.0 + uses: jaid/action-sync-node-meta@v2.0.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} ``` @@ -66,7 +66,7 @@ jobs: - name: actions/checkout uses: actions/checkout@v2.3.4 - name: Jaid/action-sync-node-meta - uses: jaid/action-sync-node-meta@v1.4.0 + uses: jaid/action-sync-node-meta@v2.0.0 with: direction: overwrite-github githubToken: ${{ secrets.customGithubToken }} @@ -110,7 +110,7 @@ Now pass the token to action-sync-node-meta in your workflow file. ```yaml - name: Jaid/action-sync-node-meta - uses: jaid/action-sync-node-meta@v1.4.0 + uses: jaid/action-sync-node-meta@v2.0.0 with: direction: overwrite-github githubToken: ${{ secrets.repoGithubToken }}