Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymichael committed Dec 21, 2020
1 parent d06c61a commit 0c63aa2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [2.1.0](https://github.com/simplymichael/express-user-manager/compare/v2.0.0...v2.1.0) (2020-12-21)


### Features

* **passwords:** allow customization of password length and non-secure passwords list ([cf2d977](https://github.com/simplymichael/express-user-manager/commit/cf2d977d11803c142855611e7b9137a70093fe9a))
* **users listing:** implement results filtering, pagination, and limit ([3309734](https://github.com/simplymichael/express-user-manager/commit/3309734e72276473fd87f6e7e16db12a9806e673))

## [2.0.0](https://github.com/simplymichael/express-user-manager/compare/v1.1.0...v2.0.0) (2020-12-20)


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": "express-user-manager",
"version": "2.0.0",
"version": "2.1.0",
"description": "A user management and authentication library for Express apps.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 0c63aa2

Please sign in to comment.