generated from toondaey/nestjs-module-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ tsconfig.json | |
# github | ||
.github | ||
CONTRIBUTING.md | ||
CHANGELOG.md | ||
renovate.json | ||
|
||
# ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## [[0.0.4]](https://github.com/toondaey/nestjs-oauth2-server/compare/0.0.3...0.0.4) - 25/11/2020 | ||
|
||
### Changed | ||
|
||
- update dev dependencies: | ||
- typescript to v4 | ||
- typescript-eslint monorepo to v4 | ||
- release-it to v14 | ||
- ts-jest to v26 | ||
- jest to v26 | ||
- eslint to v7 | ||
- renovate to v23.86.1 | ||
- @types/jest to v26 | ||
- nest monorepo to v7.5.5 | ||
- commitlint monorepo to v11 | ||
- rxjs to v6.6.3 | ||
- eslint-config-prettier to v6.15.0 | ||
- prettier to v2.2.0 | ||
- lint-staged to v10.5.2 | ||
- eslint-plugin-import to v2.22.1 |