Skip to content

Commit

Permalink
Merge pull request #5 from kenso312/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--nestjs
  • Loading branch information
kenso312 committed Sep 27, 2022
2 parents 80c482c + 1ee1dae commit cfd793e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

## [2.1.0](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/compare/v2.0.0...v2.1.0) (2022-09-27)


### Features

* add swagger response + error example + wrap app related file into modules folder ([36a8768](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/36a87685a22821f7a76c5b38e6f1f00f509a5a74))


### Bug Fixes

* http service logging issue ([5c4461f](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/5c4461fdbc8a7a9e8c0dbd524f5148eb196013df))


### Tests

* update version api unit + e2e test ([8a0e166](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/8a0e166409ad68daa5b1fc8102e3d87bdfbbb818))


### Documentation

* update license ([664ed10](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/664ed10bf22c09de3b6302e954ba1aff443b2a32))
* update README.md ([4f07c3e](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/4f07c3ed2d725ad2dac4dddd4b8699aa3f41da21))


### Chores

* add index.ts in app module ([7a1fce9](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/7a1fce93f1ba0ab1ef1271c51721b2290ece63e8))
* update docker file ([54305f7](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/54305f7edf4d0afa6e960f33e717a874a3053468))
* update vscode recommended extensions list ([c3c1140](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/c3c1140e7d5c56607f5b092b1bad645b65c58fa3))


### Continuous Integration

* add auto release + code analysis + dependency checking script ([80c482c](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/80c482cc4bfab8f4b88ab04739acd859138eaec4))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-v9-webpack-boilerplate",
"version": "2.0.0",
"version": "2.1.0",
"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",
"author": "Ken So",
"license": "MIT",
Expand Down

0 comments on commit cfd793e

Please sign in to comment.