From 64416479fcb208566771c3e5f9bb853064a8b869 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 17 May 2023 11:52:16 +0300 Subject: [PATCH] chore(master): release 1.14.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d1ee9..56ac50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.14.0](https://github.com/wayofdev/docker-node/compare/v1.13.3...v1.14.0) (2023-05-17) + + +### Features + +* use reusable workflows ([e8b155a](https://github.com/wayofdev/docker-node/commit/e8b155a54de22f8153f68fd86cecc9689e3f9d51)) + + +### Bug Fixes + +* add path ([cd827ec](https://github.com/wayofdev/docker-node/commit/cd827ecb623feaead659a8571e7dcb922688d7e0)) +* missing 20 version of node ([dac34d8](https://github.com/wayofdev/docker-node/commit/dac34d8efab43b65e630a9f5f8ab6f9f309a6b4f)) +* missing 20 version of node ([2663637](https://github.com/wayofdev/docker-node/commit/2663637e9290e74acc660a9e4d55883b563bffab)) +* set curl to version 8.x ([5d5ea99](https://github.com/wayofdev/docker-node/commit/5d5ea99c8847fa8c65ac98754634fa177bc07636)) + ## [1.13.3](https://github.com/wayofdev/docker-node/compare/v1.13.2...v1.13.3) (2023-04-10) diff --git a/package.json b/package.json index c058b5a..c80bff3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.13.3", + "version": "1.14.0", "repository": { "url": "https://github.com/wayofdev/docker-node.git" },