Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10 from etcdigital/v1.2
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
etc-tiago authored May 12, 2020
2 parents 762422f + 5b537f8 commit a39b7ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "pull-request-changelog",
"version": "1.2.0",
"version": "1.2.1",
"description": "Github action that automatically generates changelog when PR is opened/updated",
"main": "dist/index.js",
"scripts": {
"changelog": "node src/index.js"
"changelog": "node src/index.js",
"build": "ncc build src/index.js -o dist --minify"
},
"repository": {
"type": "git",
Expand All @@ -28,5 +29,7 @@
"@actions/github": "^2.1.1",
"node-fetch": "^2.6.0"
},
"devDependencies": {}
"devDependencies": {
"@zeit/ncc": "^0.22.1"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.5.tgz#96ec3b0afafd64a4ccea9107b75bf8489f0e5765"
integrity sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==

"@zeit/ncc@^0.22.1":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.22.1.tgz#480e8f550f857a50942828993661b08393fbb49b"
integrity sha512-Qq3bMuonkcnV/96jhy9SQYdh39NXHxNMJ1O31ZFzWG9n52fR2DLtgrNzhj/ahlEjnBziMLGVWDbaS9sf03/fEw==

atob-lite@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
Expand Down

0 comments on commit a39b7ee

Please sign in to comment.