Skip to content

Commit c801a37

Browse files
committed
Merge branch 'master' into dev
2 parents 7a73899 + 95209f0 commit c801a37

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

325

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.1",
44
"description": "An intergration with Nginx and CoCreateJS.",
55
"keywords": [
66
"nginx",

0 commit comments

Comments
 (0)