Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymichael committed Dec 19, 2020
1 parent fa2787a commit 9232348
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.

## [1.1.0](https://github.com/simplymichael/express-user-manager/compare/v0.0.8-custom-base-route...v1.1.0) (2020-12-19)


### Features

* **supported database engines:** add support for MySQL Database using MySQL2 and Sequelize adapter ([f86217b](https://github.com/simplymichael/express-user-manager/commit/f86217bcc58ee90c4fc87fcce4be3848bfef62ef))
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": "1.0.3",
"version": "1.1.0",
"description": "A user management and authentication library for Express apps.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 9232348

Please sign in to comment.