diff --git a/CHANGELOG.md b/CHANGELOG.md index 189198d..b7403b8 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.8.0](https://github.com/imsunhao/build/compare/v1.7.9...v1.8.0) (2019-09-24) + + +### Features + +* 修复 @babel/preset-env 中 corejs ([d03e25a](https://github.com/imsunhao/build/commit/d03e25a)) + ### [1.7.9](https://github.com/imsunhao/build/compare/v1.7.8...v1.7.9) (2019-09-24) diff --git a/package.json b/package.json index f69e8a7..b70fd9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bestminr/build", - "version": "1.7.9", + "version": "1.8.0", "license": "MIT", "scripts": { "publish": "npm publish --access=public",