Skip to content

Commit

Permalink
Bumped package version (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed May 25, 2021
1 parent 83c5be5 commit cf65eeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"webpackConfigJaid": "githubAction",
"version": "1.4.0",
"version": "2.0.0",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
"dependencies": {
"@absolunet/fsp": "^1.7.0",
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<a href="https://raw.githubusercontent.com/jaid/action-sync-node-meta/master/license.txt"><img src="https://img.shields.io/github/license/jaid/action-sync-node-meta?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor action-sync-node-meta"/></a>
<a href="https://actions-badge.atrox.dev/jaid/action-sync-node-meta/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Faction-sync-node-meta%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/action-sync-node-meta/commits"><img src="https://img.shields.io/github/commits-since/jaid/action-sync-node-meta/v1.4.0?style=flat-square&logo=github" alt="Commits since v1.4.0"/></a> <a href="https://github.com/jaid/action-sync-node-meta/commits"><img src="https://img.shields.io/github/last-commit/jaid/action-sync-node-meta?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/action-sync-node-meta/issues"><img src="https://img.shields.io/github/issues/jaid/action-sync-node-meta?style=flat-square&logo=github" alt="Issues"/></a>
<a href="https://actions-badge.atrox.dev/jaid/action-sync-node-meta/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Faction-sync-node-meta%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/action-sync-node-meta/commits"><img src="https://img.shields.io/github/commits-since/jaid/action-sync-node-meta/v2.0.0?style=flat-square&logo=github" alt="Commits since v2.0.0"/></a> <a href="https://github.com/jaid/action-sync-node-meta/commits"><img src="https://img.shields.io/github/last-commit/jaid/action-sync-node-meta?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/action-sync-node-meta/issues"><img src="https://img.shields.io/github/issues/jaid/action-sync-node-meta?style=flat-square&logo=github" alt="Issues"/></a>

**GitHub Action that syncs package.json with the repository metadata.**

Expand Down Expand Up @@ -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 }}
```
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit cf65eeb

Please sign in to comment.