Skip to content

Commit

Permalink
chore(release): 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-hawk committed Nov 15, 2021
1 parent 6d28237 commit 2ae33fc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [4.7.0](https://github.com/GluuFederation/gluu-passport/compare/v4.6.1...v4.7.0) (2021-11-15)


### Features

* **config:** call parseInt with env value ([a9718a3](https://github.com/GluuFederation/gluu-passport/commit/a9718a348f495ee717b6872078b0915c0e28a504))
* **config:** load rateLimitWindowMs from env ([f9ad430](https://github.com/GluuFederation/gluu-passport/commit/f9ad43089f90866ff51448e886dcf4390c514d36))


### Bug Fixes

* **lockfile:** use correct version ([e1a7dc9](https://github.com/GluuFederation/gluu-passport/commit/e1a7dc92bbd34617b24bdb5ee64e39586e402626))
* **loggin.js:** add winston patch to fix date problem ([#365](https://github.com/GluuFederation/gluu-passport/issues/365)) ([f8d2206](https://github.com/GluuFederation/gluu-passport/commit/f8d22066692a82b4f2defb45186615a78725821b)), closes [#363](https://github.com/GluuFederation/gluu-passport/issues/363)
* **production:** allow rate limit settings to be loaded from env ([2001ce4](https://github.com/GluuFederation/gluu-passport/commit/2001ce41ef73299a207bec345f7eeb4428b04491))

### [4.6.1](https://github.com/GluuFederation/gluu-passport/compare/v4.6.0...v4.6.1) (2021-09-13)


Expand Down
2 changes: 1 addition & 1 deletion 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": "passport",
"version": "4.6.1",
"version": "4.7.0",
"private": true,
"nyc": {
"all": true,
Expand Down

0 comments on commit 2ae33fc

Please sign in to comment.