Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jan 8, 2024
1 parent 87643b4 commit c7225b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.3.0](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.2.0...v1.3.0) (2024-01-08)


### Bug Fixes

* improved console.logging ([0b20ad3](https://github.com/CoCreate-app/CoCreate-nginx/commit/0b20ad32f3ca407bb71f5ea14bc623be51a6ba01))
* logging ([f5e18f1](https://github.com/CoCreate-app/CoCreate-nginx/commit/f5e18f1aee274d78fdc624caaffd504a03dab4e6))
* nginx.conf formating ([0c87d43](https://github.com/CoCreate-app/CoCreate-nginx/commit/0c87d43536017668e089629d9894fedbecd0c606))
* removed dev console.log ([fcd5fe0](https://github.com/CoCreate-app/CoCreate-nginx/commit/fcd5fe0dc9fdb9159531ac51f0f7a71363593b02))
* update log message ([36e55af](https://github.com/CoCreate-app/CoCreate-nginx/commit/36e55afe35e9e42a05c5efb19ac3a296882ead0a))


### Features

* bumped CoCreate dependencies to their latest versions ([87643b4](https://github.com/CoCreate-app/CoCreate-nginx/commit/87643b423b1ac62f235bf2599befeb2d38a72b0c))

# [1.2.0](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.1.5...v1.2.0) (2024-01-03)


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/nginx",
"version": "1.2.0",
"version": "1.3.0",
"description": "An intergration with Nginx and CoCreateJS.",
"keywords": [
"nginx",
Expand Down Expand Up @@ -44,4 +44,4 @@
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js"
}
}

0 comments on commit c7225b7

Please sign in to comment.