diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd36ac..090ecd5 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. +## [6.7.0](https://github.com/wintercounter/mhy/compare/v6.6.0...v6.7.0) (2020-06-22) + + +### Features + +* **webpack:** improve chunking ([8592f82](https://github.com/wintercounter/mhy/commit/8592f82591a6037fd8af3a0c8788c42e3bd90dd6)) + ## [6.6.0](https://github.com/wintercounter/mhy/compare/v6.5.0...v6.6.0) (2020-06-18) diff --git a/package.json b/package.json index c93f859..47635fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mhy", - "version": "6.6.1", + "version": "6.7.0", "description": "A zero-config out-of-the-box development environment how I like it. So it's m(h)y environment!", "main": "dist/bin/index.js", "scripts": { @@ -169,7 +169,6 @@ "@types/enzyme": "3.10.5", "@types/enzyme-adapter-react-16": "1.0.6", "@types/enzyme-to-json": "1.5.3", - "@types/eslint": "7.2.0", "@types/faker": "4.1.12", "@types/fs-extra": "9.0.1", "@types/history": "4.7.6",