Skip to content

Commit

Permalink
Bumped package version (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Apr 14, 2020
1 parent 816fb96 commit 170b6b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.0",
"version": "1.1.0",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
"dependencies": {
"@absolunet/fsp": "^1.6.2",
Expand Down
4 changes: 2 additions & 2 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.0.0?style=flat-square&logo=github" alt="Commits since v1.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>
<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.1.0?style=flat-square&logo=github" alt="Commits since v1.1.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 (description, homepage, topics/keywords).**

Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version: "13.9.0"
- name: Jaid/action-sync-node-meta
uses: jaid/action-sync-node-meta@v1.0.0
uses: jaid/action-sync-node-meta@v1.1.0
token: ${{ secrets.GITHUB_TOKEN }}
```

Expand Down

0 comments on commit 170b6b9

Please sign in to comment.