Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed Apr 8, 2020
1 parent f6a0783 commit 7762733
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [5.0.0](https://github.com/wintercounter/mhy/compare/v4.2.0...v5.0.0) (2020-04-08)


### ⚠ BREAKING CHANGES

* **dependencies:** This update contains the following packages with new major version:
- prettier
- graphql
- react-popper
- react-use

### Features

* **prettier:** add `arrowParens: 'avoid'` to mimic 1.x functionality. Please update your `.prettierrc` before running prettier! ([929d7e7](https://github.com/wintercounter/mhy/commit/929d7e72bcac9d155ead7ab3cb78ad5c12257542))
* **storybook:** add support for storybook setup files to make sure they are loaded first ([aa69568](https://github.com/wintercounter/mhy/commit/aa695687a1c6a26567f2edb065d7484a14568e5d))


* **dependencies:** update 08/04/2020 ([d41fb6a](https://github.com/wintercounter/mhy/commit/d41fb6af8ee53344d4528f1dcbef4f3b416fbd95))

## [4.2.0](https://github.com/wintercounter/mhy/compare/v4.1.11...v4.2.0) (2020-03-27)


Expand Down
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": "4.2.1",
"version": "5.0.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 7762733

Please sign in to comment.