From b3819db8d13181f09168910920bb3f85f75dc66c Mon Sep 17 00:00:00 2001 From: LekoArts Date: Tue, 1 Mar 2022 17:14:43 +0100 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cc740d..687d97c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lekoarts/thanks-contributors", - "version": "0.0.1", + "version": "1.0.0", "main": "index.js", "bin": "bin.js", "description": "This little script accesses GitHub's API to get all contributors and their PRs between two distinct points in the history of commits. This is helpful for changelogs where you'd want to list all contributions for that release (so e.g. changes between v1 and v1.1).",