Skip to content

Commit c96e0ce

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.5...v1.2.0) (2024-01-03) ### Bug Fixes * added licencing details ([228d79b](228d79b)) * update configs ([f6b8788](f6b8788)) ### Features * adds stream to handle default 443 ([899089a](899089a)) * config nginx to pass https request that have no server block defined to the application, '@cocreate/server' and '@cocreate/acme' will get or create sll and update nginx stream and server block. At this point nginx will handle ssl termination ([d4bbe18](d4bbe18))
1 parent d4bbe18 commit c96e0ce

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.1.5...v1.2.0) (2024-01-03)
2+
3+
4+
### Bug Fixes
5+
6+
* added licencing details ([228d79b](https://github.com/CoCreate-app/CoCreate-nginx/commit/228d79bfb1ca48d5b0eda92dff547304b9df2055))
7+
* update configs ([f6b8788](https://github.com/CoCreate-app/CoCreate-nginx/commit/f6b8788962a34df4aa4e449b0ad6154b9266e2b4))
8+
9+
10+
### Features
11+
12+
* adds stream to handle default 443 ([899089a](https://github.com/CoCreate-app/CoCreate-nginx/commit/899089a74d7c364a65cedcec63d77c48ff886613))
13+
* config nginx to pass https request that have no server block defined to the application, '@cocreate/server' and '@cocreate/acme' will get or create sll and update nginx stream and server block. At this point nginx will handle ssl termination ([d4bbe18](https://github.com/CoCreate-app/CoCreate-nginx/commit/d4bbe185a63b49a53037a89594faead11f849b46))
14+
115
## [1.1.5](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.1.4...v1.1.5) (2024-01-01)
216

317

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

0 commit comments

Comments
 (0)