From d4e70817e379fabb5ae3073d10001739e2e0d737 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Sat, 3 Feb 2024 13:43:48 +0530 Subject: [PATCH] 0.0.10 --- 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 c63a73e..601f528 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-user-contribution-summary", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-user-contribution-summary", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "dependencies": { "axios": "1.1.1" diff --git a/package.json b/package.json index 56b5e14..0813d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-user-contribution-summary", - "version": "0.0.9", + "version": "0.0.10", "description": "A library with utilities to get the GitHub user contribution summary by username.", "main": "lib/index.js", "types": "lib/index.d.ts",