From fe88df789f7a811aefc33423c79421bfd4a31a5e Mon Sep 17 00:00:00 2001 From: sunhao Date: Tue, 17 Sep 2019 11:36:54 +0800 Subject: [PATCH] chore(release): 1.6.26 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",