From 1889ac714cc89d0b5f130810c47bfde1ed7fec95 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:24:15 +0300 Subject: [PATCH] chore(master): release 1.5.13 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0d9ef..6d2ab13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.13](https://github.com/wayofdev/docker-project-services/compare/v1.5.12...v1.5.13) (2023-09-12) + + +### Miscellaneous + +* **deps:** update docker/setup-buildx-action action to v3 ([098e9ec](https://github.com/wayofdev/docker-project-services/commit/098e9ec043e2e88d97207bbe04a1c9759856dd31)) + ## [1.5.12](https://github.com/wayofdev/docker-project-services/compare/v1.5.11...v1.5.12) (2023-09-11) diff --git a/package.json b/package.json index f5c389f..3d2083d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.12", + "version": "1.5.13", "repository": { "url": "https://github.com/wayofdev/docker-project-services.git" }