From e3022aa86ed913b7507cfc9cea616ca1585962ed Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 10 Nov 2022 21:50:46 +0200 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97820a26..d9632488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/wayofdev/docker-shared-services/compare/v1.0.0...v1.1.0) (2022-11-10) + + +### Features + +* fail-proof execution of project, if .env was not configured ([2144ce5](https://github.com/wayofdev/docker-shared-services/commit/2144ce505461befa8a02a79b1193b866a2b0633a)) +* updating ([2144ce5](https://github.com/wayofdev/docker-shared-services/commit/2144ce505461befa8a02a79b1193b866a2b0633a)) + + +### Documentation + +* readme fix ([7f78d9e](https://github.com/wayofdev/docker-shared-services/commit/7f78d9e6e097102de8b0060c3946aa00fd855c89)) +* steps to check if working ([f7b8378](https://github.com/wayofdev/docker-shared-services/commit/f7b8378b899b04c3b77701e1b205c2ff5c6df215)) + ## 1.0.0 (2022-11-07) diff --git a/package.json b/package.json index 7fb700f7..2568ca8f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.1.0", "repository": { "url": "https://github.com/wayofdev/docker-shared-services.git" }