Skip to content

Commit c7225b7

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2024-01-08) ### Bug Fixes * improved console.logging ([0b20ad3](0b20ad3)) * logging ([f5e18f1](f5e18f1)) * nginx.conf formating ([0c87d43](0c87d43)) * removed dev console.log ([fcd5fe0](fcd5fe0)) * update log message ([36e55af](36e55af)) ### Features * bumped CoCreate dependencies to their latest versions ([87643b4](87643b4))
1 parent 87643b4 commit c7225b7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.2.0...v1.3.0) (2024-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* improved console.logging ([0b20ad3](https://github.com/CoCreate-app/CoCreate-nginx/commit/0b20ad32f3ca407bb71f5ea14bc623be51a6ba01))
7+
* logging ([f5e18f1](https://github.com/CoCreate-app/CoCreate-nginx/commit/f5e18f1aee274d78fdc624caaffd504a03dab4e6))
8+
* nginx.conf formating ([0c87d43](https://github.com/CoCreate-app/CoCreate-nginx/commit/0c87d43536017668e089629d9894fedbecd0c606))
9+
* removed dev console.log ([fcd5fe0](https://github.com/CoCreate-app/CoCreate-nginx/commit/fcd5fe0dc9fdb9159531ac51f0f7a71363593b02))
10+
* update log message ([36e55af](https://github.com/CoCreate-app/CoCreate-nginx/commit/36e55afe35e9e42a05c5efb19ac3a296882ead0a))
11+
12+
13+
### Features
14+
15+
* bumped CoCreate dependencies to their latest versions ([87643b4](https://github.com/CoCreate-app/CoCreate-nginx/commit/87643b423b1ac62f235bf2599befeb2d38a72b0c))
16+
117
# [1.2.0](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.1.5...v1.2.0) (2024-01-03)
218

319

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/nginx",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "An intergration with Nginx and CoCreateJS.",
55
"keywords": [
66
"nginx",
@@ -44,4 +44,4 @@
4444
"url": "https://github.com/sponsors/CoCreate-app"
4545
},
4646
"main": "./src/index.js"
47-
}
47+
}

0 commit comments

Comments
 (0)