Skip to content

Commit

Permalink
Add CHANGELOG.md, fix typing of replacementLookup prop
Browse files Browse the repository at this point in the history
  • Loading branch information
rart committed Nov 15, 2020
1 parent 187907a commit ed7f582
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change log

## v1.0.1
- Fix ReplaceImportsOptions['replacementLookup'] typing
- Fix README sample section

## v1.0.0
- Initial release
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface ReplaceImportsOptions {
* @default {}
* */
replacementLookup: {
[key: string]: '';
[key: string]: string;
}
}

Expand Down

0 comments on commit ed7f582

Please sign in to comment.