From 7932d3e1089455efc6e8c79798563bb2720c9564 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:59:18 +0200 Subject: [PATCH] chore(master): release 1.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62efa76..3fa033e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/wayofdev/docker-node/compare/v1.6.0...v1.7.0) (2023-01-15) + + +### Features + +* **deps:** update pnpm to 7.25.0 ([b6e28b3](https://github.com/wayofdev/docker-node/commit/b6e28b3ed820198fff0319270364543ede8a5448)) + ## [1.6.0](https://github.com/wayofdev/docker-node/compare/v1.5.0...v1.6.0) (2023-01-04) diff --git a/package.json b/package.json index 66c2d20..334b461 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.7.0", "repository": { "url": "https://github.com/wayofdev/docker-node.git" }