From fb749bb3fa0cceb7c2a14e8df00eadae7c2af373 Mon Sep 17 00:00:00 2001 From: Eric Giovanola Date: Fri, 16 Oct 2020 10:32:32 -0700 Subject: [PATCH] v5.1.2 --- .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 f021b430..2fb9b4a8 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -10,13 +10,13 @@ "gzipped": 32011 }, "react-bootstrap-typeahead.js": { - "bundled": 310696, - "minified": 99646, - "gzipped": 34567 + "bundled": 312120, + "minified": 100328, + "gzipped": 34629 }, "react-bootstrap-typeahead.min.js": { - "bundled": 279726, - "minified": 91364, - "gzipped": 31891 + "bundled": 281150, + "minified": 92031, + "gzipped": 31883 } } diff --git a/package.json b/package.json index a841f074..ae398ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap-typeahead", - "version": "5.1.1", + "version": "5.1.2", "description": "React typeahead with Bootstrap styling", "homepage": "http://ericgio.github.io/react-bootstrap-typeahead/", "author": "ericgio",