From 7c1284f73fc5c3828bcbdf2ec19f87867ceb7b8b Mon Sep 17 00:00:00 2001 From: Sibelius Seraphini Date: Tue, 19 Nov 2019 23:39:46 -0300 Subject: [PATCH] feat(npm): ignore docs and publish 3.11.0 --- .npmignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 489c2df..57dc7a1 100644 --- a/.npmignore +++ b/.npmignore @@ -4,3 +4,4 @@ circle.yml commitlint.config.js /android/build /website +/docs diff --git a/package.json b/package.json index 75863ab..a4c8fe4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-camera", "description": "A Camera component for React Native. Also reads barcodes.", - "version": "3.10.0", + "version": "3.11.0", "author": "Lochlan Wansbrough (http://lwansbrough.com)", "collective": { "type": "opencollective",