Skip to content

Commit

Permalink
Merge pull request #12 from whitecloakph/release/v1.0.6
Browse files Browse the repository at this point in the history
Release v1.0.6
  • Loading branch information
jimuelpalaca authored Jun 24, 2023
2 parents 4aaf59a + 58f4b63 commit 21bac1c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.0.6] - 2023-06-25
- Update peer deps `@nestjs/passport` to support version `^10.0.0`
- Add `.nvmrc` to force use node v18 to contributors
- Update package-lock.json

## [1.0.5] - 2023-04-15
- Update peer deps `jwks-rsa` to support version ^3.0.0

Expand Down
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Contributing

1. [Fork it](https://help.github.com/articles/fork-a-repo/)
2. Install dependencies (`npm ci`)
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Commit your changes (`git commit -am 'Added some feature'`)
5. Test your changes (`npm test`)
6. Push to the branch (`git push origin my-new-feature`)
7. [Create new Pull Request](https://help.github.com/articles/creating-a-pull-request/)
2. `nvm use`
3. Install dependencies (`npm ci`)
4. Create your feature branch (`git checkout -b my-new-feature`)
5. Commit your changes (`git commit -am 'Added some feature'`)
6. Test your changes (`npm test`)
7. Push to the branch (`git push origin my-new-feature`)
8. [Create new Pull Request](https://help.github.com/articles/creating-a-pull-request/)

## Testing

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whitecloak/nestjs-passport-firebase",
"version": "1.0.5",
"version": "1.0.6",
"description": "Passport - Firebase Auth Module for NestJS",
"author": "White Cloak Technologies, Inc.",
"license": "MIT",
Expand Down

0 comments on commit 21bac1c

Please sign in to comment.