From 67d390c7c11f12133c604fd30962cb1a4e7e1a99 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 27 May 2023 02:37:05 +0300 Subject: [PATCH] chore(master): release 1.4.14 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00f50b..11cc7e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.14](https://github.com/wayofdev/docker-build-deps/compare/v1.4.13...v1.4.14) (2023-05-26) + + +### Miscellaneous + +* **deps:** update docker docker tag to v24.0.2 ([2e66e4f](https://github.com/wayofdev/docker-build-deps/commit/2e66e4f4337b80df565fb6127f4cb77695de365c)) + ## [1.4.13](https://github.com/wayofdev/docker-build-deps/compare/v1.4.12...v1.4.13) (2023-05-20) diff --git a/package.json b/package.json index c4116b3..793a406 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.13", + "version": "1.4.14", "repository": { "url": "https://github.com/wayofdev/docker-build-deps.git" }