Skip to content

Commit

Permalink
Merge 9a008c0 into df5cdb9
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Dec 7, 2019
2 parents df5cdb9 + 9a008c0 commit df4fa52
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 184 deletions.
2 changes: 1 addition & 1 deletion bin/pr-log.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import config from '../../package.json';
import createCliAgent from '../cli';
import path from 'path';
import prepend from 'prepend';
import promisify from 'util.promisify';
import { promisify } from 'util';
import ensureCleanLocalGitState from '../ensureCleanLocalGitState';
import getMergedPullRequestsFactory from '../getMergedPullRequests';
import createChangelogFactory from '../createChangelog';
Expand Down
Loading

0 comments on commit df4fa52

Please sign in to comment.