diff --git a/CHANGELOG.md b/CHANGELOG.md index b1941fa..c4e4559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b13f8f6..079d0bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/package-lock.json b/package-lock.json index f89447e..6893f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@whitecloak/nestjs-passport-firebase", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@whitecloak/nestjs-passport-firebase", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "devDependencies": { "@nestjs/cli": "^10.0.3", diff --git a/package.json b/package.json index 593ab3b..d031b60 100644 --- a/package.json +++ b/package.json @@ -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",