From c4e293b70389959edc10ea5baf8716b321f17950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Veps=C3=A4l=C3=A4inen?= Date: Wed, 9 Sep 2020 09:24:13 +0200 Subject: [PATCH] fix: Expose CustomizeRule for TypeScript users --- CHANGELOG.md | 4 ++++ src/index.ts | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7c1fb..8bb9b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/index.ts b/src/index.ts index c5d8bc1..bb0c9cd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -94,4 +94,5 @@ export { unique, customizeArray, customizeObject, + CustomizeRule, };