From 6acc7602eb35cbb5d9ec61a32a36b54fa92ea138 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:47:42 +0200 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6345ef7..a510536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/wayofdev/docker-node/compare/v1.0.0...v1.1.0) (2022-12-09) + + +### Features + +* add turbo globally with fix for 1.5.6+ ([5aa30d1](https://github.com/wayofdev/docker-node/commit/5aa30d1c6d15c4b01a69eae4638e8484ac9f690d)) + ## 1.0.0 (2022-12-08) diff --git a/package.json b/package.json index 53baa26..2384dc8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.1.0", "repository": { "url": "https://github.com/wayofdev/docker-node.git" }