From b8a08df3f9a738cb59d03359f74f0854ee55a4d6 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Thu, 10 Dec 2020 13:21:35 -0800 Subject: [PATCH] Release 12.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4aec19..3d89df1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@expo/vector-icons", "sideEffects": false, - "version": "12.0.1", + "version": "12.0.2", "description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.", "main": "build/IconsLazy.js", "module": "build/Icons.js",