Skip to content

Commit

Permalink
fix: Expose CustomizeRule for TypeScript users
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Sep 9, 2020
1 parent 10cf6ff commit c4e293b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.1.4 / 2020-09-09

- Fix - Expose `CustomizeRule` for TypeScript users #147

## 5.1.3 / 2020-08-30

- Fix - Allow merging a `RegExp` to itself #145
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ export {
unique,
customizeArray,
customizeObject,
CustomizeRule,
};

0 comments on commit c4e293b

Please sign in to comment.