Skip to content

Commit f02e23c

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-12-31) ### Bug Fixes * newRules ([44ba155](44ba155)) * removed dependencies ([81e9534](81e9534)) * update certificate path ([bd290c1](bd290c1)) ### Features * ability to restrict sudoers after startup and configuration complete ([27b6a30](27b6a30)) * Checks for nigx installation and installs ([3c4e0e8](3c4e0e8))
1 parent 44ba155 commit f02e23c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.0.0...v1.1.0) (2023-12-31)
2+
3+
4+
### Bug Fixes
5+
6+
* newRules ([44ba155](https://github.com/CoCreate-app/CoCreate-nginx/commit/44ba155c711d1f606b71388dacf7d30fdb68a474))
7+
* removed dependencies ([81e9534](https://github.com/CoCreate-app/CoCreate-nginx/commit/81e9534283315901b0099f4e0627718eb3e5ac49))
8+
* update certificate path ([bd290c1](https://github.com/CoCreate-app/CoCreate-nginx/commit/bd290c1c3ab51effb48c7f06c9d098065fd579fd))
9+
10+
11+
### Features
12+
13+
* ability to restrict sudoers after startup and configuration complete ([27b6a30](https://github.com/CoCreate-app/CoCreate-nginx/commit/27b6a302a553250986caf3496f88f4cf07ba3434))
14+
* Checks for nigx installation and installs ([3c4e0e8](https://github.com/CoCreate-app/CoCreate-nginx/commit/3c4e0e841efc9d36ad5c8611bcaab626805feb36))
15+
116
# 1.0.0 (2023-12-29)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/nginx",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "An intergration with Nginx and CoCreateJS.",
55
"keywords": [
66
"nginx",

0 commit comments

Comments
 (0)