From ca9cc685c5f4d1207f760286fe5a91c32c915e93 Mon Sep 17 00:00:00 2001 From: Eric Giovanola Date: Sun, 9 Aug 2020 14:58:40 -0700 Subject: [PATCH] v5.1.1 --- .size-snapshot.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index d586fb54..f021b430 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -10,13 +10,13 @@ "gzipped": 32011 }, "react-bootstrap-typeahead.js": { - "bundled": 311988, - "minified": 99870, - "gzipped": 34626 + "bundled": 310696, + "minified": 99646, + "gzipped": 34567 }, "react-bootstrap-typeahead.min.js": { - "bundled": 281018, - "minified": 91581, - "gzipped": 31925 + "bundled": 279726, + "minified": 91364, + "gzipped": 31891 } } diff --git a/package.json b/package.json index d385ea46..68f52b57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap-typeahead", - "version": "5.1.0", + "version": "5.1.1", "description": "React typeahead with Bootstrap styling", "homepage": "http://ericgio.github.io/react-bootstrap-typeahead/", "author": "ericgio",