From 3ea98d3be360fd137f18e1c64a74a45ee0294715 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Wed, 21 Oct 2015 13:29:45 -0700 Subject: [PATCH] Version 0.4.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c808ca92..39b59a02 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ import { compose, mapProps, withState /* ... */ } from 'recompose'; ### Optimizing bundle size -The total gzipped size of the entire library is **8.98 kB**. You can reduce this number by only including the modules that you need. +The total gzipped size of the entire library is **9.01 kB**. You can reduce this number by only including the modules that you need. All top-level exports can be imported individually: diff --git a/package.json b/package.json index 53746fa5..6bd2fe4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recompose", "private": true, - "version": "0.3.1", + "version": "0.4.0", "description": "A microcomponentization toolkit for React", "main": "index.js", "author": "Andrew Clark ",