Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Mar 19, 2022
2 parents 0f3cae9 + dcf2077 commit d70e57b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 71 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.4](https://github.com/allohamora/nest-auth-example/compare/v1.0.3...v1.0.4) (2022-03-19)

### Bug Fixes

- remove @nestjs/passport ([7fc50e6](https://github.com/allohamora/nest-auth-example/commit/7fc50e672fefc0e6856b7a34f6524ce90cd3a584))
- remove passport reference in README ([1afbd4d](https://github.com/allohamora/nest-auth-example/commit/1afbd4dc92b572997d533b6a4477bb8d26a7b65c))

### [1.0.3](https://github.com/allohamora/nest-auth-example/compare/v1.0.2...v1.0.3) (2022-03-19)

### Features
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- [nest](https://github.com/nestjs/nest)
- [typeorm](https://github.com/typeorm/typeorm)
- [swagger](https://swagger.io) as [@nestjs/swagger](https://docs.nestjs.com/openapi/introduction)
- [passport](https://github.com/jaredhanson/passport)
- [casl](https://github.com/stalniy/casl)

## Docs
Expand Down
70 changes: 2 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-auth-example",
"version": "1.0.3",
"version": "1.0.4",
"description": "nest auth example",
"author": "https://github.com/allohamora",
"private": true,
Expand Down Expand Up @@ -32,7 +32,6 @@
"@nestjs/config": "^1.1.5",
"@nestjs/core": "^8.0.0",
"@nestjs/jwt": "^8.0.0",
"@nestjs/passport": "^8.0.1",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/swagger": "^5.1.5",
"@nestjs/typeorm": "^8.0.2",
Expand Down

0 comments on commit d70e57b

Please sign in to comment.