Skip to content

Commit f50eff4

Browse files
committed
Release 1.3.1
Changes from 1.3.0: - switch from bare node_modules to ncc to compile the code; - fix package version in `package.json`; - bump actions/core 1.9.1 -> 1.10.0 (fixes GHA set-output warning); - bump actions/github 2.1.1 - > 5.1.1. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 69c9f2f commit f50eff4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-pr-commits",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)