Skip to content

Commit

Permalink
chore(release): 0.46.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.46.0](v0.45.0...v0.46.0) (2024-01-01)

### Bug Fixes

* add '@cocreate/nginx' ([395c213](395c213))
* add acme and nginx to repositories ([bbbed78](bbbed78))
* added certificates and scripts ([5f53fd6](5f53fd6))
* handle nginx proxy init in master ([90b046e](90b046e))
* relocated proxy to modules ([c399a03](c399a03))
* typo nginx ([a4a3a71](a4a3a71))

### Features

* Added '[@cocreate-acme](https://github.com/cocreate-acme)' ([a6ad133](a6ad133))
* added '[@cocreate-nginx](https://github.com/cocreate-nginx)' ([3f91b80](3f91b80))
  • Loading branch information
semantic-release-bot committed Jan 1, 2024
1 parent c399a03 commit ae0d968
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.46.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.45.0...v0.46.0) (2024-01-01)


### Bug Fixes

* add '@cocreate/nginx' ([395c213](https://github.com/CoCreate-app/CoCreateWS/commit/395c2137b2612f670bb4746bc36535e543c285d0))
* add acme and nginx to repositories ([bbbed78](https://github.com/CoCreate-app/CoCreateWS/commit/bbbed785a5344d82748b08ad12ea89f949d040f0))
* added certificates and scripts ([5f53fd6](https://github.com/CoCreate-app/CoCreateWS/commit/5f53fd65be9e53ae125ed1b598a5fe927ade9df1))
* handle nginx proxy init in master ([90b046e](https://github.com/CoCreate-app/CoCreateWS/commit/90b046e16f50d75137e7f4822e54267e465c7660))
* relocated proxy to modules ([c399a03](https://github.com/CoCreate-app/CoCreateWS/commit/c399a03908d04e5817c44cc3ae3e1e66009a70e7))
* typo nginx ([a4a3a71](https://github.com/CoCreate-app/CoCreateWS/commit/a4a3a71991a2c893ec3d3a985419b0adae70843c))


### Features

* Added '[@cocreate-acme](https://github.com/cocreate-acme)' ([a6ad133](https://github.com/CoCreate-app/CoCreateWS/commit/a6ad133a7629be95a0feb3be87b5e13268d9ea86))
* added '[@cocreate-nginx](https://github.com/cocreate-nginx)' ([3f91b80](https://github.com/CoCreate-app/CoCreateWS/commit/3f91b80553d300ecf2feaa9df835f190d4524c64))

# [0.45.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.44.1...v0.45.0) (2023-12-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/cocreatews",
"version": "0.45.0",
"version": "0.46.0",
"description": "Server Side for CoCreateJS. Containing websocket, crud, auth, server side rendering, and permission components.",
"keywords": [
"cocreatews",
Expand Down

0 comments on commit ae0d968

Please sign in to comment.