Skip to content

Commit

Permalink
chore(main): bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenso312 committed Jul 16, 2023
1 parent e0635ed commit 9309bd2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [2.3.0](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/compare/v2.2.4...v2.3.0) (2023-07-16)


### Features

* switch compiler from tsc to swc ([e0635ed](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/e0635edc58dbf3882617c1060bcd6f211c0c4951))


### Documentation

* change v9 to v10 ([ebffb3d](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/ebffb3d0d493a2f7b398df3786aedafb0f87b107))


### Continuous Integration

* added pnpm in the dependabot ([51f8c76](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/51f8c76e3506d805bf6b01b121e97dac68f93eb0))


### Chores

* **deps:** upgrade dependency packages ([271a81a](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/271a81ad4111ad9868b0567274d5c30515e1bd19))
* format log level to string for better o11y compatibility ([5a90c53](https://github.com/kenso312/nestjs-v10-webpack-boilerplate/commit/5a90c5312b58da21fade20a557f99540cb1752f3))

## [2.2.4](https://github.com/kenso312/nestjs-v9-webpack-boilerplate/compare/v2.2.3...v2.2.4) (2023-06-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-v10-webpack-boilerplate",
"version": "2.2.4",
"version": "2.3.0",
"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",
"author": "Ken So",
"license": "MIT",
Expand Down

0 comments on commit 9309bd2

Please sign in to comment.