From 09a7fec380f8abfc62c79facf50c176371988560 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:07:47 +0200 Subject: [PATCH] chore(master): release 1.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9145d..bdc8c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/wayofdev/docker-build-deps/compare/v1.4.0...v1.4.1) (2023-03-15) + + +### Bug Fixes + +* missing deps ([e645a51](https://github.com/wayofdev/docker-build-deps/commit/e645a513877006a8c9d8b40eceec31907c08d923)) + ## [1.4.0](https://github.com/wayofdev/docker-build-deps/compare/v1.3.0...v1.4.0) (2023-03-15) diff --git a/package.json b/package.json index 06b00bb..5c97879 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.0", + "version": "1.4.1", "repository": { "url": "https://github.com/wayofdev/docker-build-deps.git" }