We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5819e92 commit 3939836Copy full SHA for 3939836
2 files changed
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.2.6] - 2022-10-26
10
+### Added
11
+- Add pino and pino-pretty to log to console
12
+
13
## [1.2.5] - 2022-10-25
14
### Added
15
- Add Nginx and PM2 to production build of docker
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "basic-node-ts-config",
3
- "version": "1.2.5",
+ "version": "1.2.6",
4
"description": "Configuração básica para um ambiente de desenvolvimento com NodeJs + TypeScript",
5
"main": "./lib/copyFile.js",
"preferGlobal": true,
0 commit comments