From 403c192600fabcd58932d196b7cac4a3c5f98bfc Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Thu, 12 Nov 2015 17:15:34 +0000 Subject: [PATCH] v1.0.2 --- CHANGES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4e95674..ccb4f8c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 1.0.2 / 2015-11-12 + +Changed how the module is published to npm. + # 1.0.1 / 2015-11-10 React Router 1.0.0 was released without further API changes, so dropped the last release candidate from `peerDependencies`. diff --git a/package.json b/package.json index a59485c..88b16ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-router-form", "description": "
is to as is to ", - "version": "1.0.1", + "version": "1.0.2", "main": "lib/index.js", "jsnext:main": "src/index.js", "global": "ReactRouterForm",