Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymichael committed Apr 16, 2022
1 parent 71b92bd commit b5c287a
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.

### [3.0.1](https://github.com/simplymichael/express-user-manager/compare/v3.0.0...v3.0.1) (2022-04-16)


### Bug Fixes

* **index.js:** fix mount point and routing configuration issues ([c2a1bb3](https://github.com/simplymichael/express-user-manager/commit/c2a1bb3196861ed7faf952916a133220abd231c7)), closes [#3](https://github.com/simplymichael/express-user-manager/issues/3)
* **password validator:** fix bug in password validation routine ([2cd3c21](https://github.com/simplymichael/express-user-manager/commit/2cd3c214964fe7d0a27c588f6794e78f89789ead)), closes [#2](https://github.com/simplymichael/express-user-manager/issues/2)

## [3.0.0](https://github.com/simplymichael/express-user-manager/compare/v2.1.0...v3.0.0) (2021-01-02)


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

0 comments on commit b5c287a

Please sign in to comment.