Skip to content

Commit 0a0d8be

Browse files
chore(release): 7.1.1
1 parent 26f4991 commit 0a0d8be

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [7.1.1](https://github.com/saintedlama/passport-local-mongoose/compare/v7.1.0...v7.1.1) (2022-05-17)
6+
7+
8+
### Bug Fixes
9+
10+
* add usernameCaseInsensitive to the typings ([#355](https://github.com/saintedlama/passport-local-mongoose/issues/355)) ([26f4991](https://github.com/saintedlama/passport-local-mongoose/commit/26f49919220db8f489cfe7fd7f6534535ff0c544))
11+
512
## [7.1.0](https://github.com/saintedlama/passport-local-mongoose/compare/v7.0.0...v7.1.0) (2022-05-17)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "passport-local-mongoose",
33
"description": "Mongoose plugin that simplifies building username and password login with Passport",
4-
"version": "7.1.0",
4+
"version": "7.1.1",
55
"main": "index.js",
66
"repository": "saintedlama/passport-local-mongoose",
77
"author": "Christoph Walcher <christoph.walcher@gmail.com>",

0 commit comments

Comments
 (0)