Bump version to 2.0.9 🚀

This commit is contained in:
Ariful Alam
2022-09-09 01:00:24 +06:00
parent 2e0603d52b
commit d2d8d6fe43
3 changed files with 10 additions and 3 deletions

View File

@@ -18,6 +18,9 @@
<a href="https://github.com/arifszn/gitprofile/stargazers"> <a href="https://github.com/arifszn/gitprofile/stargazers">
<img src="https://img.shields.io/github/stars/arifszn/gitprofile"/> <img src="https://img.shields.io/github/stars/arifszn/gitprofile"/>
</a> </a>
<a href="https://github.com/arifszn/gitprofile/network/members">
<img src="https://img.shields.io/github/forks/arifszn/gitprofile"/>
</a>
<a href="https://github.com/arifszn/gitprofile/blob/main/package-lock.json"> <a href="https://github.com/arifszn/gitprofile/blob/main/package-lock.json">
<img src="https://img.shields.io/snyk/vulnerabilities/github/arifszn/gitprofile"/> <img src="https://img.shields.io/snyk/vulnerabilities/github/arifszn/gitprofile"/>
</a> </a>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@arifszn/gitprofile", "name": "@arifszn/gitprofile",
"version": "2.0.8", "version": "2.0.9",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@arifszn/gitprofile", "name": "@arifszn/gitprofile",
"version": "2.0.8", "version": "2.0.9",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"react": "^18.2.0", "react": "^18.2.0",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@arifszn/gitprofile", "name": "@arifszn/gitprofile",
"description": "Create an automatic portfolio based on GitHub profile", "description": "Create an automatic portfolio based on GitHub profile",
"version": "2.0.8", "version": "2.0.9",
"license": "MIT", "license": "MIT",
"author": "arifszn", "author": "arifszn",
"repository": { "repository": {
@@ -85,6 +85,10 @@
"git", "git",
"react-portfolio", "react-portfolio",
"github", "github",
"github-page",
"github-pages",
"github-portfolio",
"vite-portfolio",
"github-api" "github-api"
] ]
} }