diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e6550..fcee374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [0.2.0](https://github.com/nidkil/vuetify-with-storybook/compare/v0.1.0...v0.2.0) (2019-01-19) + + +### Bug Fixes + +* **index.html:** incorrect title ([7122d85](https://github.com/nidkil/vuetify-with-storybook/commit/7122d85)) + + +### Features + +* **addon_storybooksource:** added storybook addon storybooksource ([17652f7](https://github.com/nidkil/vuetify-with-storybook/commit/17652f7)) +* **addon-background:** added storybook addon-background ([740e10a](https://github.com/nidkil/vuetify-with-storybook/commit/740e10a)) +* **addon-viewport:** added storybook viewport addon ([9f8f2dd](https://github.com/nidkil/vuetify-with-storybook/commit/9f8f2dd)) +* **v-btn-plus:** added v-btn-plus ([445074f](https://github.com/nidkil/vuetify-with-storybook/commit/445074f)) + + + # 0.1.0 (2019-01-18) diff --git a/package.json b/package.json index e9753db..8941001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuetify-with-storybook", - "version": "0.1.0", + "version": "0.2.0", "description": "Setting up Storybook with Vuetify", "keywords": [ "Vue",