From 55cbbecf799c9ed3fd0039815512881ebc601622 Mon Sep 17 00:00:00 2001 From: sunhao Date: Tue, 24 Sep 2019 15:23:51 +0800 Subject: [PATCH] chore(release): 1.7.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7e881..7614deb 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.7.8](https://github.com/imsunhao/build/compare/v1.7.7...v1.7.8) (2019-09-24) + + +### Features + +* 进一步完善 corejs3 ([54fe645](https://github.com/imsunhao/build/commit/54fe645)) + ### [1.7.7](https://github.com/imsunhao/build/compare/v1.7.6...v1.7.7) (2019-09-24) diff --git a/package.json b/package.json index 6cfe1aa..0f2e5b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bestminr/build", - "version": "1.7.7", + "version": "1.7.8", "license": "MIT", "scripts": { "publish": "npm publish --access=public",