Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiogc9 committed Sep 4, 2023
1 parent 022c3ec commit d109171
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/sergiogc9/nodejs-server/compare/v1.2.1...v1.3.0) (2023-09-04)

### Bug Fixes

- Add www prefix when serving proxy paths with custom domains ([022c3ec](https://github.com/sergiogc9/nodejs-server/commit/022c3ecbfc162d6f999d2ca8a731cc7937afcf24))
- Log into console only once when an error log ([2c41fab](https://github.com/sergiogc9/nodejs-server/commit/2c41fabde17a0b510148a08063cb934e29d0dc97))

### Features

- Show directory tree if no index file is found when serving static ([2b934af](https://github.com/sergiogc9/nodejs-server/commit/2b934afb63bd1420fb4f4d305aae6784486d9da7))

## [1.2.1](https://github.com/sergiogc9/nodejs-server/compare/v1.2.0...v1.2.1) (2023-08-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.3.0",
"useWorkspaces": true,
"npmClient": "yarn",
"packages": ["packages/*"]
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/sergiogc9/nodejs-server/compare/v1.2.1...v1.3.0) (2023-09-04)

### Bug Fixes

- Add www prefix when serving proxy paths with custom domains ([022c3ec](https://github.com/sergiogc9/nodejs-server/commit/022c3ecbfc162d6f999d2ca8a731cc7937afcf24))
- Log into console only once when an error log ([2c41fab](https://github.com/sergiogc9/nodejs-server/commit/2c41fabde17a0b510148a08063cb934e29d0dc97))

### Features

- Show directory tree if no index file is found when serving static ([2b934af](https://github.com/sergiogc9/nodejs-server/commit/2b934afb63bd1420fb4f4d305aae6784486d9da7))

## [1.2.1](https://github.com/sergiogc9/nodejs-server/compare/v1.2.0...v1.2.1) (2023-08-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sergiogc9/nodejs-server",
"version": "1.2.1",
"version": "1.3.0",
"description": "NodeJS Typescript Server",
"author": "Sergio Gómez Cosgaya ([email protected])",
"repository": "git://github.com/sergiogc9/nodejs-server.git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@moebius/http-graceful-shutdown": "^1.1.0",
"@sergiogc9/nodejs-utils": "^1.2.1",
"@sergiogc9/nodejs-utils": "^1.3.0",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/sergiogc9/nodejs-server/compare/v1.2.1...v1.3.0) (2023-09-04)

### Bug Fixes

- Log into console only once when an error log ([2c41fab](https://github.com/sergiogc9/nodejs-server/commit/2c41fabde17a0b510148a08063cb934e29d0dc97))

## [1.2.1](https://github.com/sergiogc9/nodejs-server/compare/v1.2.0...v1.2.1) (2023-08-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sergiogc9/nodejs-utils",
"version": "1.2.1",
"version": "1.3.0",
"description": "NodeJS TypeScript utils",
"author": "Sergio Gómez Cosgaya ([email protected])",
"repository": "git://github.com/sergiogc9/nodejs-server.git",
Expand Down

0 comments on commit d109171

Please sign in to comment.