From cf90419b0d68c9847fc65f9448866e258eb66b22 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 26 Dec 2023 19:13:06 +0200 Subject: [PATCH] chore(master): release 1.15.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13069c3..2f8fb26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.2](https://github.com/wayofdev/docker-node/compare/v1.15.1...v1.15.2) (2023-12-26) + + +### Bug Fixes + +* **deps:** update dependency pnpm to v8.13.1 ([cf034e3](https://github.com/wayofdev/docker-node/commit/cf034e33075f6aef055ae8940d4683debb7701e5)) + ## [1.15.1](https://github.com/wayofdev/docker-node/compare/v1.15.0...v1.15.1) (2023-12-13) diff --git a/package.json b/package.json index eb9baf9..5124297 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.15.1", + "version": "1.15.2", "repository": { "url": "https://github.com/wayofdev/docker-node.git" },