diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ed0f075..c46a72e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +# [1.8.0](https://github.com/d2-projects/storybook-vue/compare/v1.7.0...v1.8.0) (2020-04-23) + + +### Features + +* d2-ribbon ([7b98ee7](https://github.com/d2-projects/storybook-vue/commit/7b98ee74f404c8cecceaf81c4b6172d7b74b453b)) + # [1.7.0](https://github.com/d2-projects/storybook-vue/compare/v1.6.0...v1.7.0) (2020-04-23) diff --git a/package.json b/package.json index d602964..3c9920f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-vue", - "version": "1.7.0", + "version": "1.8.0", "private": true, "scripts": { "build": "vue-cli-service build --report",