Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Nov 2, 2015
1 parent d951613 commit 0f2c297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ import { compose, mapProps, withState /* ... */ } from 'recompose';

### Optimizing bundle size

The total gzipped size of the entire library is **9.22 kB**. You can reduce this number by only including the modules that you need.
The total gzipped size of the entire library is **9.37 kB**. You can reduce this number by only including the modules that you need.

All top-level exports can be imported individually:

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "recompose",
"private": true,
"version": "0.6.0",
"version": "0.7.0",
"description": "A microcomponentization toolkit for React",
"main": "index.js",
"author": "Andrew Clark <acdlite@me.com>",
Expand Down

0 comments on commit 0f2c297

Please sign in to comment.