From 0ab12216398202a6425d5eb0b742f79fa76b6d18 Mon Sep 17 00:00:00 2001 From: "Leo Y. Li" Date: Sun, 14 Apr 2019 21:37:52 -0400 Subject: [PATCH] #0: release v1.2.1 --- CHANGELOG.md | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d5849..9909962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). --- + +## [1.2.1] - 2019-04-14 + +## Feature + +- General improvement on addon performance and internal typing. + + ## [1.2.0] - 2019-04-11 ## Feature @@ -22,7 +30,7 @@ instead. - Rewrite the wrapper implementation so it can be extended into other frameworks later - (#14). -### Bugfixed +### Bug fixes - Fix bug: problems in adding extra contextual environment into the Storybook toolbar at the story level. @@ -34,14 +42,14 @@ instead. ## [1.0.7] - 2019-03-31 -### Bugfixed +### Bug fixes - Fix typo - (#12) ## [1.0.6] - 2019-03-31 -### Bugfix +### Bug fixes - Fix bug: use addon-contexts without param specified - (#11). @@ -69,7 +77,7 @@ instead. - Skip v1.0.2 due to a bad release. -### Bugfixed +### Bug fixes - Fix the whitelist issue and install warnings for publishing on NPM. - Remove babel source map to strip down bundling size. @@ -77,7 +85,7 @@ instead. ## [1.0.1] - 2019-03-29 -### Bugfixed +### Bug fixes - Fix register path problem. diff --git a/package.json b/package.json index a089ef8..007cc85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "addon-contexts", - "version": "1.2.0", + "version": "1.2.1", "description": "Storybook Addon Contexts", "keywords": [ "storybook",