From 5ef8e5ca73ea79fde48fc970b28771f118c3e934 Mon Sep 17 00:00:00 2001 From: saintedlama Date: Sat, 9 Jan 2021 15:54:24 +0100 Subject: [PATCH] chore(release): 6.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb5ec6f..f538f505 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. +## [6.1.0](https://github.com/saintedlama/passport-local-mongoose/compare/v6.0.1...v6.1.0) (2021-01-09) + + +### Features + +* remove babel and semver checks for crypto parameters ([857f93a](https://github.com/saintedlama/passport-local-mongoose/commit/857f93aabd3ee392aefe3dfb005ac4d88b1252d4)) + ### [6.0.1](https://github.com/saintedlama/passport-local-mongoose/compare/v6.0.0...v6.0.1) (2020-01-04) diff --git a/package-lock.json b/package-lock.json index ec1f6920..1fed0914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passport-local-mongoose", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d822313..080f3469 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "passport-local-mongoose", "description": "Mongoose plugin that simplifies building username and password login with Passport", - "version": "6.0.1", + "version": "6.1.0", "main": "index.js", "repository": "saintedlama/passport-local-mongoose", "author": "Christoph Walcher ",