From aa4cc073e027df96c20aa518bf291122815dea67 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 14 Mar 2023 14:09:25 +0200 Subject: [PATCH] chore(master): release 1.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1c554c..27bb93a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.3.0](https://github.com/wayofdev/docker-shared-services/compare/v1.2.0...v1.3.0) (2023-03-14) + + +### Features + +* update workflow files ([47da695](https://github.com/wayofdev/docker-shared-services/commit/47da695f972fc90777be674c3a922c92d5d5a0ea)) + + +### Bug Fixes + +* certs directory should be present ([c0189d2](https://github.com/wayofdev/docker-shared-services/commit/c0189d20b5ed8d8b3efd68d0a5064c7a3244ee40)) + + +### Documentation + +* readme update ([2602b25](https://github.com/wayofdev/docker-shared-services/commit/2602b25ae99058d5b6aae317c2e2711a2a5dc720)) + ## [1.2.0](https://github.com/wayofdev/docker-shared-services/compare/v1.1.2...v1.2.0) (2022-11-22) diff --git a/package.json b/package.json index 277c038c..fbae8d3c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.3.0", "repository": { "url": "https://github.com/wayofdev/docker-shared-services.git" }