Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed Mar 15, 2019
1 parent 488be91 commit 32c9eef
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.

<a name="1.12.0"></a>
# [1.12.0](https://github.com/wintercounter/mhy/compare/v1.11.1...v1.12.0) (2019-03-15)


### Bug Fixes

* **node:** remove regenerator plugin ([57b96f2](https://github.com/wintercounter/mhy/commit/57b96f2))
* **webpack:** `publicPath` for manifest files ([6b5952c](https://github.com/wintercounter/mhy/commit/6b5952c))


### Features

* introduce new supported dependencies ([a746b48](https://github.com/wintercounter/mhy/commit/a746b48))
* **debug:** add support for `SpeedMeasurePlugin` for `Webpack` behind the `--mhy-debug` flag ([aa36c4e](https://github.com/wintercounter/mhy/commit/aa36c4e))
* **packages:** add `node-fetch` ([2eb6359](https://github.com/wintercounter/mhy/commit/2eb6359))
* **packages:** add `node-gzip` ([15c176d](https://github.com/wintercounter/mhy/commit/15c176d))
* **storybook:** support static building of standalone storybooks `sb-build` ([aa0e8ef](https://github.com/wintercounter/mhy/commit/aa0e8ef))
* **wds:** disable dot rule ([0dc8517](https://github.com/wintercounter/mhy/commit/0dc8517))



<a name="1.11.1"></a>
## [1.11.1](https://github.com/wintercounter/mhy/compare/v1.11.0...v1.11.1) (2019-03-07)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mhy",
"version": "1.11.1",
"version": "1.12.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

0 comments on commit 32c9eef

Please sign in to comment.