From 8d927fe64a725ae8d62e134671ba64f7a5627dfc Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 13 Oct 2022 17:15:17 +0200 Subject: [PATCH] 0.5.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a02468..328957c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-github-stats", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-github-stats", - "version": "0.4.1", + "version": "0.5.0", "devDependencies": { "@types/chai": "^4.3.3", "@types/eslint": "^8.4.6", diff --git a/package.json b/package.json index e855175..33e1538 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Embed GitHub stats in your Astro page ✨", "repository": "https://github.com/ayoayco/astro-github-stats", "homepage": "https://ayco.io/showcase/astro-github-stats", - "version": "0.4.1", + "version": "0.5.0", "author": { "name": "Ayo Ayco", "email": "ayo@ayco.io",