From ea5d0123e0ff1f9e51cd275b91c9638ff5f7427f Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Thu, 22 Oct 2015 15:27:49 -0700 Subject: [PATCH] Version 0.5.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4e6c906..020b7390 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 **9.01 kB**. You can reduce this number by only including the modules that you need. +The total gzipped size of the entire library is **9.13 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 6bd2fe4e..a5f226ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recompose", "private": true, - "version": "0.4.0", + "version": "0.5.0", "description": "A microcomponentization toolkit for React", "main": "index.js", "author": "Andrew Clark ",