Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Deividy committed Jan 24, 2022
1 parent dea90b4 commit 45f0587
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
move-stale-issues:
runs-on: ubuntu-latest
steps:
- uses: Deividy/move-stale-issues@v3
- uses: Deividy/move-stale-issues@v3.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
from-milestone: WIP
Expand Down
2 changes: 1 addition & 1 deletion 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": "move-stale-issues",
"version": "3.0.0",
"version": "3.0.1",
"description": "Automatically move issues to a milestone",
"main": "move-stale-issues.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ module.exports = {
filename: 'github-action.js',
path: path.resolve(__dirname, 'dist')
},

optimization: {
minimizer: [ new TerserPlugin({ extractComments: false }) ],
},
minimizer: [ new TerserPlugin({ extractComments: false }) ]
}
};

0 comments on commit 45f0587

Please sign in to comment.