Skip to content

Commit cfd793e

Browse files
authored
Merge pull request #5 from kenso312/release-please--branches--main--components--nestjs
2 parents 80c482c + 1ee1dae commit cfd793e

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
## [2.1.0](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/compare/v2.0.0...v2.1.0) (2022-09-27)
4+
5+
6+
### Features
7+
8+
* add swagger response + error example + wrap app related file into modules folder ([36a8768](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/36a87685a22821f7a76c5b38e6f1f00f509a5a74))
9+
10+
11+
### Bug Fixes
12+
13+
* http service logging issue ([5c4461f](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/5c4461fdbc8a7a9e8c0dbd524f5148eb196013df))
14+
15+
16+
### Tests
17+
18+
* update version api unit + e2e test ([8a0e166](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/8a0e166409ad68daa5b1fc8102e3d87bdfbbb818))
19+
20+
21+
### Documentation
22+
23+
* update license ([664ed10](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/664ed10bf22c09de3b6302e954ba1aff443b2a32))
24+
* update README.md ([4f07c3e](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/4f07c3ed2d725ad2dac4dddd4b8699aa3f41da21))
25+
26+
27+
### Chores
28+
29+
* add index.ts in app module ([7a1fce9](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/7a1fce93f1ba0ab1ef1271c51721b2290ece63e8))
30+
* update docker file ([54305f7](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/54305f7edf4d0afa6e960f33e717a874a3053468))
31+
* update vscode recommended extensions list ([c3c1140](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/c3c1140e7d5c56607f5b092b1bad645b65c58fa3))
32+
33+
34+
### Continuous Integration
35+
36+
* add auto release + code analysis + dependency checking script ([80c482c](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/80c482cc4bfab8f4b88ab04739acd859138eaec4))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-v9-webpack-boilerplate",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Boilerplate for NestJS v9 with Webpack, Pnpm, Fastify, Swagger, Pino Logger, Airbnb JavaScript Guide, Google JSON Style, ESLint, Prettier, Editorconfig, Husky, Lint-Staged, Commitlint, Axios, Docker, Alias Path, Error Handling and Clustering",
55
"author": "Ken So",
66
"license": "MIT",

0 commit comments

Comments
 (0)