From 51593865517b2645ae1034b544083d65f1549a27 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Wed, 29 Mar 2023 19:07:20 +0300 Subject: [PATCH] readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6746d88..54dd8e3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ import { typeValidator, localStorage, camelizeKeys } from "@flare/js-utils"; ## Changelog 1.0.0 - This version includes data type validators and local storage utils -1.0.1 - Set new domain in configs -1.0.2 - Utilities function export fix -1.0.3 - Typescript warnings fix +1.0.1 - Set new domain in configs +1.0.2 - Utilities function export fix +1.0.3 - Typescript warnings fix 1.0.4 - Added "camelizeKeys" function