Skip to content

Commit

Permalink
Merge pull request #134 from chvarkov/develop
Browse files Browse the repository at this point in the history
release: v3.6.0.
  • Loading branch information
chvarkov authored Nov 5, 2023
2 parents 9c54366 + 81a1651 commit 4ec2cae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.6.0
- Added `remoteIp?: (req) => string` option into:
- Module options
- Decorator options to override default
- Validator options

## v3.5.0
- Added `global?: boolean` module option

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": "@nestlab/google-recaptcha",
"version": "3.5.0",
"version": "3.6.0",
"description": "Google recaptcha module for NestJS.",
"keywords": [
"nestjs",
Expand Down

0 comments on commit 4ec2cae

Please sign in to comment.