diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c544b0..5a9fb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.6.26](https://github.com/imsunhao/build/compare/v1.6.25...v1.6.26) (2019-09-17) + + +### Features + +* 添加 storybook 依赖支持 ([8114d16](https://github.com/imsunhao/build/commit/8114d16)) + ### [1.6.25](https://github.com/imsunhao/build/compare/v1.6.24...v1.6.25) (2019-09-17) diff --git a/package.json b/package.json index 153ce98..1cfd456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bestminr/build", - "version": "1.6.25", + "version": "1.6.26", "license": "MIT", "scripts": { "publish": "npm publish --access=public",