From db765a0b25e4eeb8e4ffe98992799c0a788b205b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Aug 2023 15:40:17 +0000 Subject: [PATCH] chore(release): 1.18.1 ## 1.18.1 (2023-08-03) * Merge branch 'master' of github.com:atlas-bi/System ([2c6676e](https://github.com/atlas-bi/System/commit/2c6676e)) * fix(sudo): removed sudo from ubuntu commands, they must login as root to run ([5714dbb](https://github.com/atlas-bi/System/commit/5714dbb)) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b964e8..aab2e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.18.1 (2023-08-03) + +* Merge branch 'master' of github.com:atlas-bi/System ([2c6676e](https://github.com/atlas-bi/System/commit/2c6676e)) +* fix(sudo): removed sudo from ubuntu commands, they must login as root to run ([5714dbb](https://github.com/atlas-bi/System/commit/5714dbb)) + ## 1.18.0 (2023-08-03) * Merge branch 'master' of github.com:atlas-bi/System ([2d55942](https://github.com/atlas-bi/System/commit/2d55942)) diff --git a/package.json b/package.json index c566da6..5918993 100644 --- a/package.json +++ b/package.json @@ -187,5 +187,5 @@ "npm run format" ] }, - "version": "1.18.0" + "version": "1.18.1" }