Skip to content

Commit 8032d69

Browse files
committed
chore(main): bump version to 2.2.3
1 parent dc4fe7b commit 8032d69

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.2.3](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/compare/v2.2.2...v2.2.3) (2023-05-14)
4+
5+
6+
### Chores
7+
8+
* **deps:** upgrade dependency packages ([27c792b](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/27c792b41e0f2046e09275c8509ec02a90aa345d))
9+
10+
11+
### Continuous Integration
12+
13+
* added clean template workflow ([dc4fe7b](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/dc4fe7b9830e98b60cdb064d8b2967bc36e16327))
14+
* added matrix testing approach ([7671646](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/7671646bf26ff9fc89aab03e0a75b929613e619c))
15+
* added timeout ([95b3fce](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/95b3fce288bd24757b1a0fe3c45346747c5a87cc))
16+
* optimize workflow script ([4a6fd1c](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/4a6fd1c686b19c69e917a99e12795c03806e6063))
17+
* remove create env action ([5a00322](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/5a00322e95d645c87c9ab800fb8ebc33b2dee0fc))
18+
* remove dependabot npm checking ([df3f4df](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/df3f4df1f9a4a7644c643d5b643b98949b28dd93))
19+
* upgrade node version to 18 and pnpm version to 8 ([63e7540](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/commit/63e75402434a42062a2379e5f628117e4ddef16d))
20+
321
## [2.2.2](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/compare/v2.2.1...v2.2.2) (2023-04-22)
422

523

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.2.2",
3+
"version": "2.2.3",
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)