Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Nov 6, 2020
1 parent 2bf208d commit cf8a7c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [3.3.0](https://github.com/graycoreio/mage2docker/compare/v3.2.0...v3.3.0) (2020-11-06)


### Features

* **docker-develop:** adding mailhog service to docker-compose ([36a649d](https://github.com/graycoreio/mage2docker/commit/36a649dadd546397214b92db1fb0093efeeceb25))
* **elasticsearch:** persist elasticsearch data ([a92f8e4](https://github.com/graycoreio/mage2docker/commit/a92f8e44dfbcce93421a611ad0ed036ff613d10f)), closes [#8](https://github.com/graycoreio/mage2docker/issues/8)
* **mailhog:** make mailhog work out-of-the-box ([2bf208d](https://github.com/graycoreio/mage2docker/commit/2bf208d7decfe48ae7d256f02453276d2bdd0d70))
* **php:** update opcache with empiric values for memory consumption and max_accelerated_files ([755df5e](https://github.com/graycoreio/mage2docker/commit/755df5eb090ff1831aff50728424d9373290e890))

## [3.2.0](https://github.com/graycoreio/mage2docker/compare/v3.1.0...v3.2.0) (2020-09-17)


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": "mage2docker",
"version": "3.2.0",
"version": "3.3.0",
"description": "A performant, replicable, and production-like Magento 2 local development environment that leverages Docker.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit cf8a7c8

Please sign in to comment.