Skip to content

Commit faa856a

Browse files
committedAug 17, 2018
chore(release): 6.0.0
1 parent 37375b8 commit faa856a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed
 

‎CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
<a name="6.0.0"></a>
6+
# [6.0.0](https://github.com/saintedlama/passport-local-mongoose/compare/v5.0.1...v6.0.0) (2018-08-17)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies and specify server port in tests ([807d9cf](https://github.com/saintedlama/passport-local-mongoose/commit/807d9cf))
12+
* use Buffer.from instead of new Buffer ([37375b8](https://github.com/saintedlama/passport-local-mongoose/commit/37375b8))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* mongodb driver update requires server port to be specified
18+
19+
20+
521
<a name="5.0.1"></a>
622
## [5.0.1](https://github.com/saintedlama/passport-local-mongoose/compare/v5.0.0...v5.0.1) (2018-06-20)
723

‎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.