diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b1494c..ff6f7bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [5.4.0](https://github.com/GluuFederation/gluu-passport/compare/v5.3.2...v5.4.0) (2022-06-22) + + +### Features + +* **production.js:** rate limit config from env ([#452](https://github.com/GluuFederation/gluu-passport/issues/452)) ([067b1a7](https://github.com/GluuFederation/gluu-passport/commit/067b1a7c9781a57fee5d520773f5b58a08429531)) + ## [5.3.2](https://github.com/GluuFederation/gluu-passport/compare/v5.2.0...v5.3.2) (2022-06-15) diff --git a/package-lock.json b/package-lock.json index 0001ac23..a3b9a107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passport", - "version": "5.3.2", + "version": "5.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passport", - "version": "5.3.2", + "version": "5.4.0", "license": "Apache2", "dependencies": { "@nicokaiser/passport-apple": "^0.2.1", diff --git a/package.json b/package.json index 90594f5e..159f2a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport", - "version": "5.3.2", + "version": "5.4.0", "private": true, "nyc": { "all": true,