Skip to content

Commit

Permalink
chore(release): 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.4](v1.1.3...v1.1.4) (2024-03-18)

### Bug Fixes

* replaced keyword spaces with hyphens and lowercase letters only ([0430ae6](0430ae6))
  • Loading branch information
semantic-release-bot committed Mar 18, 2024
1 parent 0430ae6 commit e970653
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.4](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.3...v1.1.4) (2024-03-18)


### Bug Fixes

* replaced keyword spaces with hyphens and lowercase letters only ([0430ae6](https://github.com/CoCreate-app/CoCreate-server/commit/0430ae6a5deb4afa5affda493dac0abc1e23e807))

## [1.1.3](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.2...v1.1.3) (2024-03-18)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/server",
"version": "1.1.3",
"version": "1.1.4",
"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",
Expand All @@ -13,7 +13,7 @@
"dynamic-ssl-generation",
"proxy-security",
"web-security"
],
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e970653

Please sign in to comment.