Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
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 <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Aug 31, 2023
1 parent 69c9f2f commit f50eff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-pr-commits",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f50eff4

Please sign in to comment.