bump version

This commit is contained in:
James Baxley 2016-09-01 08:53:44 -04:00 committed by Norbert de Langen
parent 6d0e21d72e
commit af203b3044
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
### vNext
### v0.0.3
- Docs: Added correct usage pattern for registering addon [#10](https://github.com/NewSpring/react-storybook-addon-backgrounds/pull/10)
- Feature: Mapped current background color to the query string [#11](https://github.com/NewSpring/react-storybook-addon-backgrounds/pull/11)

View File

@ -1,6 +1,6 @@
{
"name": "react-storybook-addon-backgrounds",
"version": "0.0.2",
"version": "0.0.3",
"description": "A react storybook addon to show different backgrounds for your preview",
"main": "dist/index.js",
"typings": "dist/index.d.tx",