Skip to content

Commit d8f7076

Browse files
committed
chore(main): bump version to 2.4.0
1 parent b6634ce commit d8f7076

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/compare/v2.3.1...v2.4.0) (2023-08-23)
4+
5+
6+
### Features
7+
8+
* enabled SWC compiler for tests ([6fe0a57](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/6fe0a5770b59d3ffb87f344641d2e2ce3e62dec0))
9+
* using SWC compiler for E2E tests ([341b525](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/341b5250452e69686d37d9932441c818b21f9070))
10+
11+
12+
### Bug Fixes
13+
14+
* added NestJS SWC defaults ([a14a6ab](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/a14a6ab445b4ee4af757aa9fa799cbcd028e337c))
15+
* repl mode module not found issue ([3029e43](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/3029e43d350b8cf6e79173b774ec563dd5395d92))
16+
17+
18+
### Continuous Integration
19+
20+
* update dependabot config ([b6634ce](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/b6634cec7c3c70239fedafd5ea3eb20e28a123ab))
21+
22+
23+
### Chores
24+
25+
* add engine version in package.json ([1d4b09d](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/1d4b09d32b54268afcd7948d95372e2911948686))
26+
* **deps:** upgrade dependency packages ([b5f3306](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/b5f330698ed13efeb9f87a95c0512609a39a2db9))
27+
* remove .swcrc file + update webpack config ([936bf52](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/936bf52dc9071fcec8c48a1c4a8784de1817249d))
28+
29+
30+
### Documentation
31+
32+
* update CONTRIBUTING.md ([4baf353](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/4baf35338ff01c8a77986de218e0236ff43099a5))
33+
334
## [2.3.1](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/compare/v2.3.0...v2.3.1) (2023-08-13)
435

536

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-v10-webpack-boilerplate",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Boilerplate for NestJS v10 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)