diff --git a/addons/addon-contexts/CHANGELOG.md b/addons/addon-contexts/CHANGELOG.md index 6733315a4cb..72f3a14caea 100644 --- a/addons/addon-contexts/CHANGELOG.md +++ b/addons/addon-contexts/CHANGELOG.md @@ -4,23 +4,31 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.0.4] - 2019-03-30 +## [1.0.5] - 2019-03-31 + +- Skip v1.0.4 due to a bad release. + +### Feature + +- Add type annotation for `withContexts` story decorator - (#7) ### Doc -- Improve the quality of README.md. +- Improve the quality of README.md. - (#5) ### Maintenance - Upgrade TypeScript to 3.4.1. - Update package organization. +- Optimize package bundling process. ## [1.0.3] - 2019-03-30 +- Skip v1.0.2 due to a bad release. + ### Bugfix -- Skip v1.0.2 due to a bad release. - Fix the whitelist issue and install warnings for publishing on NPM. - Remove babel source map to strip down bundling size. diff --git a/addons/addon-contexts/package.json b/addons/addon-contexts/package.json index 97eef2b423e..03b6cf0fb75 100644 --- a/addons/addon-contexts/package.json +++ b/addons/addon-contexts/package.json @@ -1,6 +1,6 @@ { "name": "addon-contexts", - "version": "1.0.4", + "version": "1.0.5", "description": "Storybook Addon Contexts", "keywords": [ "storybook",