From 76279ad3a95cff47e6b42828286bd21657b93bb2 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 10 May 2023 01:31:41 +0300 Subject: [PATCH] chore(master): release 1.4.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00edab1..308f7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.11](https://github.com/wayofdev/docker-build-deps/compare/v1.4.10...v1.4.11) (2023-05-09) + + +### Miscellaneous + +* **deps:** update docker docker tag to v23.0.6 ([652d945](https://github.com/wayofdev/docker-build-deps/commit/652d945cc171f678d44c71f112d2523667330f96)) + ## [1.4.10](https://github.com/wayofdev/docker-build-deps/compare/v1.4.9...v1.4.10) (2023-04-27) diff --git a/package.json b/package.json index bdaba07..9e1c994 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.10", + "version": "1.4.11", "repository": { "url": "https://github.com/wayofdev/docker-build-deps.git" }