From 07a5d588fa62cb10882d70623d7b417c20e58e30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Oct 2021 10:35:21 +0000 Subject: [PATCH] chore(release): 3.7.1 [skip ci] ### [3.7.1](https://github.com/ho-nl/docker-development-box/compare/v3.7.0...v3.7.1) (2021-10-26) ### Fixes * do upgrade (which always does the right thing) instead of install ([eef3db1](https://github.com/ho-nl/docker-development-box/commit/eef3db13578dbee04d2cce0f1243a7cb19463b17)) * grep more specifically for our own services ([067fa11](https://github.com/ho-nl/docker-development-box/commit/067fa1187191dd3bc4b98619a642d88f5fd83323)) * run pecl from PHPDIR, avoid build asking for input ([a7c0fa6](https://github.com/ho-nl/docker-development-box/commit/a7c0fa680f3df107f588d79371a3c36554454d93)) ### Documentation * add note regarding PHP 7.2 linking issue workaround ([a692a55](https://github.com/ho-nl/docker-development-box/commit/a692a55937d2c6c75e836db212d91a80fe1badaf)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fd468b..761e39b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reachdigital/docker-devbox", - "version": "3.7.0", + "version": "3.7.1", "private": true, "description": "🐳 Reach Digital Magento 2 Docker+local hybrid devbox 🐳", "license": "Apache-2.0",