Skip to content

Commit

Permalink
fix(config): add missing import to prevent failure with setupFile (#35
Browse files Browse the repository at this point in the history
)

Co-authored-by: Soumya Mahunt <soumya.mahunt@tatadigital.com>
  • Loading branch information
soumyamahunt and Soumya Mahunt committed Jan 17, 2022
1 parent 337544f commit 0bf3dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/changelog.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* Based on https://github.com/CookPete/auto-changelog/blob/master/src/template.js */
const { join } = require('path')
const Handlebars = require("handlebars")
const { readFileSafe } = require("./readFileSafe")

Expand Down

0 comments on commit 0bf3dbb

Please sign in to comment.