Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed May 11, 2021
1 parent bc1fae2 commit a4bf803
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [4.1.0](https://github.com/graycoreio/mage2docker/compare/v4.0.1...v4.1.0) (2021-05-11)


### Features

* **mysql:** ignore database files in entrypoint to prevent overcomitting ([#21](https://github.com/graycoreio/mage2docker/issues/21)) ([bc1fae2](https://github.com/graycoreio/mage2docker/commit/bc1fae21586d1a92afd335ccd46e99be581622d2))


### Bug Fixes

* **nginx, 1.18:** add missing default env variables ([ac225ce](https://github.com/graycoreio/mage2docker/commit/ac225cee4dce6134296f88f24c8ea2355783d1d2))

### [4.0.1](https://github.com/graycoreio/mage2docker/compare/v4.0.0...v4.0.1) (2021-02-10)

## [4.0.0](https://github.com/graycoreio/mage2docker/compare/v3.5.0...v4.0.0) (2021-02-10)
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": "4.0.1",
"version": "4.1.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 a4bf803

Please sign in to comment.