From 552e02aa4d242c0ca76c3ae57f9d6c1c0d704198 Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 20 Jun 2019 18:32:42 +0800 Subject: [PATCH] chore(release): 1.6.20 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef0771..0373251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.20](https://github.com/imsunhao/build/compare/v1.6.19...v1.6.20) (2019-06-20) + + +### Features + +* tsx 暂时无法使用 ([77fc57b](https://github.com/imsunhao/build/commit/77fc57b)) +* 初始化 doc ([cbb386e](https://github.com/imsunhao/build/commit/cbb386e)) + + + ## [1.6.19](https://github.com/imsunhao/build/compare/v1.6.18...v1.6.19) (2019-05-30) diff --git a/package.json b/package.json index 9b23c91..71e8887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bestminr/build", - "version": "1.6.19", + "version": "1.6.20", "license": "MIT", "scripts": { "publish": "npm publish --access=public",