Skip to content

Commit 1af2ff5

Browse files
authored
Merge pull request #6 from mugarate12/feature/new-logger
Feature/new logger
2 parents b49faac + 3939836 commit 1af2ff5

7 files changed

Lines changed: 676 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.6] - 2022-10-26
10+
### Added
11+
- Add pino and pino-pretty to log to console
12+
913
## [1.2.5] - 2022-10-25
1014
### Added
1115
- Add Nginx and PM2 to production build of docker

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-node-ts-config",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Configuração básica para um ambiente de desenvolvimento com NodeJs + TypeScript",
55
"main": "./lib/copyFile.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)