From 7ec525ee0d9197c3ca29c3615f97c0ff2ca1dce0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Oct 2018 21:46:29 +0000 Subject: [PATCH] chore(release): 2.2.4 [skip ci] ## [2.2.4](https://github.com/medayo/expo-cool-storybook/compare/v2.2.3...v2.2.4) (2018-10-19) ### Bug Fixes * Pulled down to es2015 ([eda8ae7](https://github.com/medayo/expo-cool-storybook/commit/eda8ae7)) * Target Lowered to es6 ([39d157c](https://github.com/medayo/expo-cool-storybook/commit/39d157c)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a56059..047e868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@medayo/expo-cool-storybook", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9baada0..e232e40 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@medayo/expo-cool-storybook", "description": "Expo Equivalent of Storybook", - "version": "2.2.3", + "version": "2.2.4", "private": false, "main": "node_modules/expo/AppEntry.js", "typings": "./dist/lib/client/index.d.ts",