File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.7] - 2022-10-26
10+ ### Added
11+ - Add swagger to documentation application
12+
913## [ 1.2.6] - 2022-10-26
1014### Added
1115- Add pino and pino-pretty to log to console
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ project
5252│ nginx
5353| │ default.conf
5454| │ Dockerfile
55+ │ docs
56+ | │ docs.yaml
5557│ __tests__
5658│ └───unit
5759| │ | example.test.ts
Original file line number Diff line number Diff line change 11{
22 "name" : " basic-node-ts-config" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Configuração básica para um ambiente de desenvolvimento com NodeJs + TypeScript" ,
55 "main" : " ./lib/copyFile.js" ,
66 "preferGlobal" : true ,
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ project
123123│ nginx
124124| │ default.conf
125125| │ Dockerfile
126+ │ docs
127+ | │ docs.yaml
126128└───src
127129| | app.ts
128130| | server.ts
You can’t perform that action at this time.
0 commit comments