Skip to content

Commit

Permalink
chore(release): 11.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wintercounter committed Oct 9, 2021
1 parent 624d5b2 commit 001e011
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@

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.

## [11.5.0](https://github.com/wintercounter/mhy/compare/v11.4.1...v11.5.0) (2021-10-09)


### Features

* **docker:** add `ffmpeg` and `ffprobe` support to base image ([21b16ac](https://github.com/wintercounter/mhy/commit/21b16acc90050672806ad63d2f99a4eca57dc2ac))
* **storybook:** remove `@storybook/addon-knobs` in favor of `@storybook/addon-controls`; if you use `knobs`, you need to remove them. ([6908253](https://github.com/wintercounter/mhy/commit/6908253e2253771168bb374eba6dfa0e7ad64b93))


### Bug Fixes

* **webpack:** remove `devServer.watchOptions` as it's no longer needed, it automatically inherits global `watchOptions` now ([624d5b2](https://github.com/wintercounter/mhy/commit/624d5b28d3306fa84983d32995b94f9b0f254b80))

### [11.4.1](https://github.com/wintercounter/mhy/compare/v11.4.0...v11.4.1) (2021-09-26)

## [11.4.0](https://github.com/wintercounter/mhy/compare/v11.2.1...v11.4.0) (2021-09-26)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "mhy",
"version": "11.4.1",
"version": "11.5.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 All @@ -16,7 +16,7 @@
"docker-publish": "docker login&& docker tag mhy wintercounter/mhy:1.0.3&& docker push wintercounter/mhy:1.0.3&& docker tag mhy wintercounter/mhy:latest&& docker push wintercounter/mhy:latest",
"docker": "npm run docker-rm-image && npm run docker-build-image && npm run docker-publish",
"deploy": "npm pub && npm run docker",
"changelog": "cross-env CONVENTIONAL_GITHUB_RELEASER_TOKEN=foo conventional-github-releaser",
"changelog": "cross-env CONVENTIONAL_GITHUB_RELEASER_TOKEN=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 conventional-github-releaser",
"release": "mhy sv && npm run changelog",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
Expand Down

0 comments on commit 001e011

Please sign in to comment.