Skip to content

Latest commit

History

History
10 lines (8 loc) 路 221 Bytes

beige-pans-camp.md

File metadata and controls

10 lines (8 loc) 路 221 Bytes
@changesets/git
major

getCommitsThatAddFiles accepts an options object argument now where you can use cwd option.

-getCommitsThatAddFiles(paths, cwd);
+getCommitsThatAddFiles(paths, { cwd });