Skip to content

Commit 7ae942a

Browse files
committedJan 4, 2020
chore(release): 6.0.0
1 parent a5cc105 commit 7ae942a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed
 

‎CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
# Change Log
1+
# Changelog
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+
## [6.0.0](https://github.com/saintedlama/passport-local-mongoose/compare/v5.0.1...v6.0.0) (2020-01-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* mongodb driver update requires server port to be specified
11+
12+
### Bug Fixes
13+
14+
* make debug a dev dependency ([c9b0a78](https://github.com/saintedlama/passport-local-mongoose/commit/c9b0a78761c53edfde6850ed997662e001c430e7))
15+
* update dependencies and specify server port in tests ([807d9cf](https://github.com/saintedlama/passport-local-mongoose/commit/807d9cf669f7a7c433eb0206c97574761c03b8e5))
16+
* use Buffer.from instead of new Buffer ([37375b8](https://github.com/saintedlama/passport-local-mongoose/commit/37375b8b5555d82e6e6241fbd053f2f6b8d670d1))
17+
518
<a name="5.0.1"></a>
619
## [5.0.1](https://github.com/saintedlama/passport-local-mongoose/compare/v5.0.0...v5.0.1) (2018-06-20)
720

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
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": "5.0.1",
4+
"version": "6.0.0",
55
"main": "index.js",
66
"repository": "saintedlama/passport-local-mongoose",
77
"author": "Christoph Walcher <christoph.walcher@gmail.com>",

0 commit comments

Comments
 (0)
Please sign in to comment.