Skip to content

Commit

Permalink
chore(deps): update dependency xo to v0.39.1 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Travi <[email protected]>
  • Loading branch information
renovate[bot] and travi authored Sep 20, 2022
1 parent 88534e9 commit 928e8fc
Show file tree
Hide file tree
Showing 4 changed files with 1,318 additions and 2,454 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const writer = require('conventional-changelog-writer');
const filter = require('conventional-commits-filter');
const readPkgUp = require('read-pkg-up');
const debug = require('debug')('semantic-release:release-notes-generator');
const loadChangelogConfig = require('./lib/load-changelog-config');
const HOSTS_CONFIG = require('./lib/hosts-config');
const loadChangelogConfig = require('./lib/load-changelog-config.js');
const HOSTS_CONFIG = require('./lib/hosts-config.js');

/**
* Generate the changelog for all the commits in `options.commits`.
Expand Down
Loading

0 comments on commit 928e8fc

Please sign in to comment.