From b433024016dee78aea10ff823092da65aa9d6d58 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 16 Sep 2023 17:29:05 +0300 Subject: [PATCH] chore(master): release 1.5.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d0e62b..2f5e669b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.10](https://github.com/wayofdev/docker-shared-services/compare/v1.5.9...v1.5.10) (2023-09-16) + + +### Miscellaneous + +* **deps:** update andreasaugustin/actions-template-sync action to v1.1.3 ([4f5b537](https://github.com/wayofdev/docker-shared-services/commit/4f5b53717cb6c446c7050f215973eaec8b0c8cae)) + ## [1.5.9](https://github.com/wayofdev/docker-shared-services/compare/v1.5.8...v1.5.9) (2023-09-12) diff --git a/package.json b/package.json index d57ae945..113a3e75 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.9", + "version": "1.5.10", "repository": { "url": "https://github.com/wayofdev/docker-shared-services.git" }