From 81e65edfd2e415551f54007970322f31d7512c64 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Jul 2023 13:58:10 +0000 Subject: [PATCH] chore(release): 1.11.1 ## 1.11.1 (2023-07-20) * fix(ssh): try to force windows ssh connections to close ([d15e215](https://github.com/atlas-bi/System/commit/d15e215)) * Merge branch 'master' of github.com:atlas-bi/System ([4ba3bc7](https://github.com/atlas-bi/System/commit/4ba3bc7)) * build(release): moved zip step to get correct version number ([f25e275](https://github.com/atlas-bi/System/commit/f25e275)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e366eb9..9bdb3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.11.1 (2023-07-20) + +* fix(ssh): try to force windows ssh connections to close ([d15e215](https://github.com/atlas-bi/System/commit/d15e215)) +* Merge branch 'master' of github.com:atlas-bi/System ([4ba3bc7](https://github.com/atlas-bi/System/commit/4ba3bc7)) +* build(release): moved zip step to get correct version number ([f25e275](https://github.com/atlas-bi/System/commit/f25e275)) + ## 1.11.0 (2023-07-18) * feat(db): fixed for empty db ([499ade8](https://github.com/atlas-bi/System/commit/499ade8)) diff --git a/package.json b/package.json index 46e4888..05e4c54 100644 --- a/package.json +++ b/package.json @@ -185,5 +185,5 @@ "npm run format" ] }, - "version": "1.11.0" + "version": "1.11.1" }