From 7da07ebc8d53543ff1c82780372389a049f10719 Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Sun, 13 Jan 2019 14:01:49 -0600 Subject: [PATCH] chore(babel-plugin-flow-runtime): bump version --- packages/babel-plugin-flow-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-flow-runtime/package.json b/packages/babel-plugin-flow-runtime/package.json index dff87c7..4026a0f 100644 --- a/packages/babel-plugin-flow-runtime/package.json +++ b/packages/babel-plugin-flow-runtime/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-flow-runtime", "homepage": "https://codemix.github.io/flow-runtime", "repository": "https://github.com/codemix/flow-runtime.git", - "version": "0.17.0", + "version": "0.18.0", "description": "Transforms flow type annotations into flow-runtime types, optionally adds runtime type validation to annotated code.", "main": "babel-plugin-flow-runtime.js", "scripts": {