Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Dec 31, 2022
1 parent 10b1c8f commit 279eda5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/thanks-contributors-darwin-arm64",
"version": "1.1.0",
"version": "1.2.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/thanks-contributors-darwin-x64",
"version": "1.1.0",
"version": "1.2.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/thanks-contributors-linux-arm64-musl",
"version": "1.1.0",
"version": "1.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/thanks-contributors-linux-x64-gnu",
"version": "1.1.0",
"version": "1.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/thanks-contributors-linux-x64-musl",
"version": "1.1.0",
"version": "1.2.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/thanks-contributors-win32-x64-msvc",
"version": "1.1.0",
"version": "1.2.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/thanks-contributors",
"version": "1.1.0",
"version": "1.2.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).",
Expand Down

0 comments on commit 279eda5

Please sign in to comment.