From 040f5c6062319af26cce8a8cea8192ad66e4ce18 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2024 21:18:20 +0000 Subject: [PATCH] chore(release): 1.1.7 [skip ci] ## [1.1.7](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.6...v1.1.7) (2024-06-23) ### Bug Fixes * bump dependencies ([0bbc860](https://github.com/CoCreate-app/CoCreate-server/commit/0bbc860bf23e7011f17a975ae61ef9a6814da44b)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a97ac..e3a534a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.7](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.6...v1.1.7) (2024-06-23) + + +### Bug Fixes + +* bump dependencies ([0bbc860](https://github.com/CoCreate-app/CoCreate-server/commit/0bbc860bf23e7011f17a975ae61ef9a6814da44b)) + ## [1.1.6](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.5...v1.1.6) (2024-06-23) diff --git a/package.json b/package.json index d6ca9ed..9b82b10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/server", - "version": "1.1.6", + "version": "1.1.7", "description": "A dynamic SSL certificate management and generation tool for proxies like NGINX, with a fallback to Node.js SSL termination. It seamlessly integrates HTTP, HTTPS, and ACME protocols to ensure secure, encrypted connections.", "keywords": [ "ssl-certificate-management", @@ -41,4 +41,4 @@ "dependencies": { "@cocreate/acme": "^1.2.12" } -} \ No newline at end of file +}