From 77d4dce01bf0c61e284c2d01ab62320200d9f5d8 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:39:00 +0200 Subject: [PATCH] chore(master): release 1.15.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 122e133..987bf2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.4](https://github.com/wayofdev/docker-node/compare/v1.15.3...v1.15.4) (2024-01-10) + + +### Bug Fixes + +* **deps:** update dependency pnpm to v8.14.1 ([a9e55de](https://github.com/wayofdev/docker-node/commit/a9e55dea631678f108adf6c5fa6bf251fc05d261)) + ## [1.15.3](https://github.com/wayofdev/docker-node/compare/v1.15.2...v1.15.3) (2024-01-03) diff --git a/package.json b/package.json index 113afc9..2974975 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.15.3", + "version": "1.15.4", "repository": { "url": "https://github.com/wayofdev/docker-node.git" },