Skip to content

Commit

Permalink
chore(release): 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed Jun 22, 2020
1 parent 322d514 commit a5060e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a5060e2

Please sign in to comment.