Skip to content

Commit

Permalink
chore(): adds changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
toondaey committed Nov 25, 2020
1 parent b50355f commit dee30ca
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tsconfig.json
# github
.github
CONTRIBUTING.md
CHANGELOG.md
renovate.json

# ci
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
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

0 comments on commit dee30ca

Please sign in to comment.